十六进制 → Base32hex 编码器

将十六进制字节序列编码为 Base32hex 字符串

十六进制 → Base32hex 字符串编码器

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.

十六进制字符串:

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

选项:

remove "0x" groups from input

Cleaned input:

输出 (base32hex):