十六进制 → Base32 编码器

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

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

十六进制字符串:

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:

输出 (base32):

相关: 批量十六进制 → Base32 转换器.