TOOLS

BaseX解码器

支持 Base16、Base32、Base36、Base58、Base62 等多种进制编码格式的编码与解码转换。

模式:
输入
0 字符
输出
转换结果将显示在这里
0 字符
快速示例
Base16 → "Hello World"Base32 → "Hello World"Base36 → "HelloWorld"Base58 → "Hello World"Base62 → "HelloWorld"Base16 → "你好,世界!"
格式说明
Base16
即十六进制编码,使用 0-9 和 A-F 字符,每字节编码为 2 个字符
Base32
使用 A-Z 和 2-7 共 32 个字符,常用于密钥、OTP 等场景
Base32Hex
Base32 扩展十六进制,使用 0-9 和 A-V 字符
Base36
使用 0-9 和 A-Z 共 36 个字符,常用于短链接生成
Base58
移除易混淆字符(0/O/I/l),用于比特币地址、IPFS 等
Base62
使用 0-9、A-Z、a-z 共 62 个字符,常用于短 URL 生成