使用 Base64 编码对文本进行编码或解码。
输入数据
结果
工具选项
Base64 选项
Base64编码
Base64解码
什么是Base64?
Base64 是一种编码方案,它将 ASCII 字符串格式的数据转换为 radix-64 表示形式。虽然 Base64 也可以用来编码字符串,但它更常用于编码二进制数据,以便在专门处理文本数据的介质上传输。
Base64 编码器/解码器 示例
点击尝试!
This example shows how to encode a simple text using Base64.
Base64 选项
Base64编码
Base64解码
This example shows how to decode data that was encoded with Base64.
Base64 选项
Base64编码
Base64解码