Base64 Encoder/Decoder

Encode text to Base64, or decode a Base64 string back to plain text.

Ad slot (AdSense unit placeholder)

How it works

Base64 represents binary/text data using 64 printable characters, commonly used in data URLs, email attachments, and API tokens. Encoding/decoding happens with the browser's built-in btoa/atob functions β€” nothing leaves your device.