Base32 -> hexadecimal string decoder

Base32 string:

Cleaned-up string (uppercase only, fixed common mistypes like 8 - B, removed characters outside base32 set):

Options:

0x separator for output
Use lowercase hex characters

Decoded data (hexadecimal)

Decoded data as ASCII text, bytes outside 32...126 range displayed in italics as [byte value]:

...decoded text...


 "Cookie monsters": 7684266    Parse time: 0.001 s