DevToolBoxฟรี
บล็อก

ตัวเข้ารหัส / ถอดรหัส Base64

เข้ารหัสข้อความเป็น Base64 หรือถอดรหัสสตริง Base64 กลับเป็นข้อความธรรมดา รองรับ UTF-8

เกี่ยวกับการเข้ารหัส Base64

Base64 เป็นรูปแบบการเข้ารหัสที่แปลงข้อมูลไบนารีเป็นสตริง ASCII ใช้กันทั่วไปสำหรับการเข้ารหัสข้อมูลใน URL อีเมล HTML และ API เครื่องมือนี้รองรับการเข้ารหัสและถอดรหัส UTF-8 อย่างเต็มรูปแบบ

𝕏 Twitterin LinkedIn

ให้คะแนนเครื่องมือนี้

3.7 / 5 · 174 คะแนน

อัปเดตข่าวสาร

รับเคล็ดลับการพัฒนาและเครื่องมือใหม่ทุกสัปดาห์

ไม่มีสแปม ยกเลิกได้ตลอดเวลา

Enjoy these free tools?

Buy Me a Coffee

วิธีใช้งาน

  1. Enter your plain text in the top field to encode, or Base64 string in the bottom field to decode
  2. Click 'Encode' to convert text to Base64, or 'Decode' to convert Base64 back to text
  3. 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

คำถามที่พบบ่อย

What is Base64 encoding?
Base64 is a binary-to-text encoding scheme that converts binary data into ASCII characters. It's commonly used to transmit data safely over text-based protocols like HTTP and email.
Is Base64 encoding the same as encryption?
No. Base64 is an encoding scheme, not encryption. Anyone can decode Base64 data. It's meant for data transport, not security.
Does this tool support UTF-8?
Yes. This tool fully supports UTF-8 encoding and decoding, allowing you to work with international characters and emojis.