Advertisement
🔤

Base64 Encoder/Decoder

Encode text or binary data to Base64, or decode a Base64 string back to plain text. Runs entirely in your browser.

✓ FreeNo loginInstant results

How it works

Base64 encoding converts binary data into an ASCII string format using a set of 64 characters. It is commonly used to embed binary data in text-based formats like JSON, HTML, or email. This tool uses JavaScript's built-in btoa() and atob() functions to perform the conversion locally — your data never leaves your browser.

01
Paste your text or Base64 string
02
Choose Encode or Decode mode
03
Copy the instant result
Advertisement