Base64 Encoder / Decoder

Encode text to Base64 or decode Base64 back to plain text.

Your result will appear here.

How to use this tool

  1. Paste your text or Base64 string into the box.
  2. Click Encode to convert plain text to Base64, or Decode to reverse it.
  3. Copy the result with one click.

Frequently asked questions

What is Base64 used for?

It's a way to represent binary or text data using only 64 printable characters — commonly used in emails, data URLs, and API payloads.

Why did decoding fail?

Make sure the input is valid Base64 — it should only contain letters, numbers, +, / and = padding.

Keep Going

Related tools