Ad Space
Base64 Enkoder / Dekoder
Enkode teks ke Base64 atau dekode string Base64 kembali ke teks biasa. Mendukung UTF-8.
Tentang Encoding Base64
Base64 adalah skema encoding biner-ke-teks yang merepresentasikan data biner dalam format string ASCII. Umumnya digunakan untuk encoding data di URL, email, HTML, dan API. Alat ini mendukung encoding dan decoding UTF-8 secara penuh.
Ad Space
Cara Penggunaan
- 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
Kasus Penggunaan
- Encoding images for embedding in HTML/CSS
- Encoding data for URL parameters
- Transmitting binary data in JSON APIs
- Email attachment encoding
Pertanyaan Umum
Ad Space