Base64 Encode / Decode

Encode text to Base64 or decode it back.

About Base64 Encode / Decode

Encode any text to Base64 or decode Base64 back to text, with full UTF-8 support. Handy for data URLs, tokens and debugging.

  1. 1Paste your text or Base64.
  2. 2Choose encode or decode.
  3. 3Copy the result.

FAQ

Is Base64 encryption?

No — Base64 is encoding, not encryption. It is reversible and not secure on its own.

Related tools