Skip to content
Convertto
base32hex

Base 32 to Hexadecimal Converter

Convert base 32 numbers to hexadecimal instantly, with the working shown.

To convert base 32 to hexadecimal, enter your value above and the result appears as you type. 7V in base 32 is FF in hexadecimal. Conversion uses arbitrary-precision integers, so very large values do not lose their low digits the way floating-point arithmetic would.

Runs in your browser

About converting BASE32 to HEX

Base 32 uses digits and letters chosen to stay unambiguous when read aloud or typed — no 0/O or 1/I confusion. Hex is base 16 and maps exactly four bits per digit, which is why one byte is always two hex digits and why colours, memory addresses and hashes are written this way. As a worked example, 7V equals 255 in decimal and therefore FF in hexadecimal.

Convert HEX to BASE32 insteadOpen the full Number Base Converter

Share this converter