Base64 Encode Decode

Browser-based Base64 encoder and decoder for text, files and images. Convert strings, data URIs and credentials instantly without uploading anything.

How to use this Base64 tool

  1. Choose Encode to turn plain text into a Base64 string or Decode to reverse the process.
  2. Paste or type your content into the left panel. The converter debounces as you type so you can edit without jumps.
  3. Copy the output with the toolbar button and drop it into JSON payloads, HTML attributes, or configuration files.

Need to inspect what's inside a token after decoding? Pair this page with the JWT inspector or send the cleaned JSON through the JSON formatter to keep your workflow in one place.

Best practices for Base64 data

Frequently Asked Questions