🔡 Base64 编解码

在线 Base64 编码与解码,支持中文 UTF-8,纯本地运行,数据不上传。

关于 Base64

Base64 是一种把二进制数据编码成 ASCII 文本的方法,常用于在 URL、JSON、邮件或 Data URI 中传输文本与小文件。本工具完整支持中文等 UTF-8 字符(先 URI 编码再转 Base64),避免乱码。

编码与解码全部在浏览器本地完成,粘贴敏感内容也安全。

About Base64

Base64 encodes binary as ASCII text, used in URLs, JSON, email and data URIs. Full UTF-8 support; runs locally.