Base64 Encode / Decode — Free Online Tool

Encode Unicode text as Base64 or decode a Base64 payload back into readable text directly in the browser.

This private tool runs locally in your browser. Your text is never uploaded or sent to a server.

How to use Base64 Encode / Decode

  1. Choose encode or decode
  2. Paste the input
  3. Copy the converted output

Example

Encoding “hello” produces “aGVsbG8=”.

Useful tips

  • Base64 is encoding, not encryption
  • Invalid or incomplete Base64 cannot be decoded reliably

JavaScript enables the interactive tool above.

More TextJam tools