Base64 编解码工具

Base64 编解码说明

编码使用 TextEncoder + btoa,支持中文、Emoji 等 Unicode 字符。

所有数据均在你的浏览器本地处理,不会上传到服务器。