Skip to content
Convertto
hexbase32

Hexadecimal to Base 32 Converter

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

To convert hexadecimal to base 32, enter your value above and the result appears as you type. FF in hexadecimal is 7V in base 32. 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 HEX to BASE32

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. Base 32 uses digits and letters chosen to stay unambiguous when read aloud or typed — no 0/O or 1/I confusion. As a worked example, FF (hex) equals 255 in decimal and therefore 7V in base 32.

Convert BASE32 to HEX insteadOpen the full Number Base Converter

Share this converter