The Online Base32Hex (Triacontakaidecimal) Decoder is a handy tool that allows for the simple and quick decoding of Base32Hex encoded strings. Just paste in your encoded text or upload your file, and the tool instantly returns the original binary data.
Base32HEX Decoder
What is Base32Hex?
Base32hex, also known as extended hex, base-32 hex encoding, or triacontakaidecimal, is a binary-to-text encoding scheme that uses a 32-character alphabet based on hexadecimal digits and uppercase letters. It’s similar to Base64 but employs a slightly different character set, making it less common than Base64.
Like Base64, Base32hex is used to represent binary data in a human-readable format. This makes it useful for embedding binary data within text-based mediums, such as emails or URLs. However, Base32hex is not as widely supported as Base64.