Hexadecimal -> base32hex string coder

Base32hex is a base32 variant using different alphabet, that is "0123456789ABCDEFGHIJKLMNOPQRSTUV". This allows easily sort base32hex string in a same way as binary input would be sorted. On the other side this alphabet contains (contrary to base32) easy to mix character pairs: 0 and O, 1 and L, B and 8.

Hex string:

Note: all characters outside hex set will be ignored, thus "12AB34" = "12 AB 34" = "12, AB, 34", etc. Input is case-insensitive.

Options:

remove "0x" groups from input

Cleaned input:

Output (base32hex):


 "Cookie monsters": 7684478    Parse time: 0.001 s