工具大全 ToolBox — 免费在线工具箱
200+ 免费在线工具,纯前端本地运行,数据不上传服务器。
i关于本工具
用途说明
Base64 编码把文本变成可打印字符串,便于放进 JSON、URL 或配置。请注意 Base64 不是加密,可被还原。转换在浏览器本地完成。
使用步骤
- 输入要编码的文本。
- 点击编码得到 Base64。
- 复制到目标位置。
- 若需 URL 安全字符,按接口要求处理 +/。
常见问题
Base64 编码会加密我的密码吗?
不会。Base64 只是编码,不能当保密手段。
中文为什么变得很长?
先按 UTF-8 字节再编码,多字节字符会变长。
数据会上传服务器吗?
不会,编码在本地完成。
上文已说明该工具是本地处理还是会调用第三方接口,请按场景选用。
What it is for
Base64 encoding turns text into printable ASCII for JSON, URLs, or configs. It is not encryption. Conversion runs locally.
How to use
- Enter text to encode.
- Encode and copy the Base64 output.
- Paste where needed.
- Use a URL-safe variant if your API requires it.
FAQ
Does Base64 encrypt passwords?
No. It is reversible encoding, not encryption.
Why is Chinese much longer?
UTF-8 multi-byte characters expand Base64 length.
Is data uploaded?
No. Encoding stays in the browser.
Processing notes above describe whether work stays in your browser or calls third-party APIs.
404
工具不存在或链接有误。