Base64 编码 / 解码
将文本编码为 Base64 或将 Base64 字符串解码回纯文本。支持 UTF-8。
About Base64 Encoding
Base64 is a binary-to-text encoding scheme that represents binary data in an ASCII string format. It's commonly used for encoding data in URLs, emails, HTML, and APIs. This tool supports full UTF-8 encoding and decoding.
评价此工具
3.7 / 5 · 174 人评价
Recommended
CloudflareFree CDN & DDoS protection保持更新
获取每周开发技巧和新工具通知。
无垃圾邮件,随时退订。
Enjoy these free tools?
☕Buy Me a Coffee使用方法
- Enter your plain text in the top field to encode, or Base64 string in the bottom field to decode
- Click 'Encode' to convert text to Base64, or 'Decode' to convert Base64 back to text
- Copy the result with the copy button
常见用途
- Encoding images for embedding in HTML/CSS
- Encoding data for URL parameters
- Transmitting binary data in JSON APIs
- Email attachment encoding