Base64 Encoder / Decoder
Encode or decode Base64, client-side
Base64 Output
What is Base64?
Base64 encodes binary data as ASCII text. You'll see it in data URIs, email attachments (MIME), API auth headers, and anywhere binary needs to travel over a text-only channel. Three input bytes become four output characters.