Base64 Encoder & Decoder

Encode text to Base64 or decode Base64 strings back to plain text instantly. 100% browser-based — your data never leaves your device.

Ready
Input0 chars
Result

What is a Base64 Encoder & Decoder?

Base64 is an encoding scheme that converts binary data or text into a string of ASCII characters using 64 printable characters. It is widely used to transmit binary data over systems that handle text, such as email (MIME), embedding images in HTML/CSS as data URIs, storing binary blobs in JSON, and encoding credentials in HTTP Basic Authentication headers. Base64 does not encrypt data — it only encodes it. Anyone who has the Base64 string can decode it instantly.

How to Use PureFormatter

  1. Paste your plain text into the input panel.
  2. Click ⬆ Encode to convert it to Base64.
  3. Or paste a Base64 string and click ⬇ Decode to get the original text.
  4. Copy the result from the output panel.

Frequently Asked Questions