Encode guide

Base64 Decode Online

Decode Base64 text back into readable Unicode text without uploading it to a server.

Open Base64 Encode / Decode

How to do it

  1. Paste the Base64 string into the input box.
  2. Click Decode.
  3. Copy the readable output.

Recommended tool

Related guides

FAQ

Is Base64 secure?

No. Base64 is reversible encoding, not encryption.

Can Base64 contain binary data?

Yes, but this browser tool is optimized for text output.

Can I encode text too?

Yes. The same tool supports encode and decode.