{# canonical_base is the OWNING tenant's origin: all 16 Peasy domains serve the same catalogue, so a page rendered by a non-owner points its canonical at the owner instead of competing with it. Falls back to this site for static/self-owned pages. #}
🍋
Menu
🍋 Format Tools

Encoder / Decoder Base64

Free Hanya di browser No sign-up
chars words sentences lines

Tindakan

Hasil

Hasil

Tentang Encoder / Decoder Base64

Encode teks ke Base64 atau decode string Base64 kembali ke teks. Mendukung UTF-8, ASCII, dan data biner. Pratinjau langsung.

Cara Kerja

Teks dikodekan ke Base64 menggunakan btoa() (dengan penanganan UTF-8 via TextEncoder). Decoding menggunakan atob() dengan penanganan kesalahan untuk input yang tidak valid. Mendukung mode URL-safe (mengganti +/ dengan -_).

Pertanyaan yang Sering Diajukan