ตัวเข้ารหัส / ถอดรหัส Base64
เข้ารหัสข้อความเป็น Base64 หรือถอดรหัสสตริง Base64 กลับเป็นข้อความธรรมดา รองรับ UTF-8 ฟรี ไม่ต้องสมัครสมาชิก
เกี่ยวกับการเข้ารหัส Base64
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. You can also decode Base64 from the command line using openssl base64 decode: run 'echo <encoded> | openssl base64 -d'. This online Base64 encoder and decoder supports full UTF-8, handles Base64 padding (the trailing = characters), and works entirely in your browser. Whether you need to base64 encode a file, decode an API response, or convert data for URL-safe transport, this tool handles it instantly.
คำถามที่พบบ่อย
💬 User Feedback
ให้คะแนนเครื่องมือนี้
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