Base64 Encoder / Decoder
Base64 编码
/ 解码工具
Encode text to Base64 or decode Base64 to text. 文本编码为 Base64,或将 Base64 解码为文本。
Input / 输入
Output / 输出
Result will appear here... / 结果将显示在此处...
What is Base64? / 什么是 Base64?
Base64 is a group of binary-to-text encoding schemes that represent binary data in an ASCII string format by translating it into a radix-64 representation. It is widely used in email, data URIs, and APIs.
Base64 是一种基于 64 个可打印字符来表示二进制数据的表示方法,常用在处理文本数据的场合,表示、传输、存储一些二进制数据。
Related Tools / 相关工具
Try URL Encoder or JSON Formatter.