100% browser-based Base64 encoder & decoder. Zero server requests, instant local conversion.
Paste input on the left and press Encode or Decode to see the result here.
Base64 is a binary-to-text encoding scheme that represents binary data as an ASCII string. It's widely used
to embed images in HTML/CSS (data: URIs), transmit binary attachments in email (MIME), and
safely pass data through text-only channels like JSON payloads or URL query parameters. This tool lets you
encode any text or file into Base64 — and decode Base64 strings back to their original form, including
automatic image preview — entirely in your browser with zero server contact, keeping your data private.