Base 编码解码器 for keys
OTP 密钥常常是缺少 padding 或大小写混杂的 Base32。
免费开发者工具
在普通文本、Base32、Base58、十六进制和字节数据之间双向转换。Base 编码解码器支持 Base32 大小写容错、自动补全 padding,并能解释 Base58 错误字符。
当密钥、地址、标识或短 ID 以错误格式出现时,用 Base 编码解码器快速转换。
OTP 密钥常常是缺少 padding 或大小写混杂的 Base32。
区块链和加密标识可能使用 Base58,它看起来像 Base64,但允许字符并不相同。
在文本、十六进制、字节、Base32 和 Base58 之间切换,可以让二进制调试更快。
Base 编码解码器专注于实用转换和清晰校验。
在文本、Base32、Base58、十六进制和字节列表之间转换。
解码标准 Base32,支持小写输入并自动补全 padding。
校验 Base58,并提示被排除的易混字符。
支持复制、清空、交换输入输出,全程无需上传。
文本使用 UTF-8,同时保留十六进制和字节输出以处理二进制数据。
适合 OTP 密钥、区块链地址、加密标识、短 ID 和调试样本。
多数 Base 编码解码器流程只需三步。
选择输入格式:普通文本、Base32、Base58、十六进制或字节数据。
选择需要的输出格式。Base 编码解码器会立即转换,并提示无效字符。
复制结果、清空面板,或把输出交换回输入继续转换。
Base 编码解码器把身份验证、区块链和调试场景放在同一个浏览器工具里。
这些场景中 Base 编码解码器可以节省大量时间。
Base 编码解码器 helps with OTP 密钥检查 by converting between text, Base32, Base58, hex, and bytes locally.
Base 编码解码器 helps with 区块链地址查看 by converting between text, Base32, Base58, hex, and bytes locally.
Base 编码解码器 helps with 加密标识调试 by converting between text, Base32, Base58, hex, and bytes locally.
Base 编码解码器 helps with 短 ID 转换 by converting between text, Base32, Base58, hex, and bytes locally.
Base 编码解码器 helps with API 载荷排查 by converting between text, Base32, Base58, hex, and bytes locally.
Base 编码解码器 helps with 本地开发实验 by converting between text, Base32, Base58, hex, and bytes locally.
关于 Base32、Base58、padding、隐私和二进制输出的答案。
Base 编码解码器用于在普通文本、Base32、Base58、十六进制和字节等表示方式之间转换数据,本页面在浏览器中本地运行。
支持。它使用 RFC 4648 的 Base32 字母表 A-Z 和 2-7,接受小写输入,并会在可行时自动补全缺失的 padding。
Base58 使用更小的字母表,并去除了 0、O、I、l 等容易混淆的字符。Base64 通常包含 +、/ 和 = padding。
可以。Base 编码解码器适合 OTP 密钥、Base58 区块链类标识、加密 ID、短 ID 和开发调试。
不会。页面加载后,Base 编码解码器在浏览器本地完成转换。