Base64 Encoder Decoder

Instantly encode text to Base64 or decode Base64 strings back to plain text. Runs entirely in your browser — nothing is sent to any server.

Advertisement
Daily uses: 0 / 10 free   Upgrade for unlimited →

You've used 10 free runs today

Upgrade to Pro for unlimited conversions, PDF exports, and no ads.

Upgrade to Pro – $9/mo
Resets at midnight · Cancel anytime
Advertisement

How to use this tool

  • Paste your text into the input box above.
  • Select Encode to convert plain text into Base64 format.
  • Select Decode to convert Base64 back to readable text.
  • Click Convert to see the result instantly.
  • Use Copy Result to copy to your clipboard.

What is Base64 encoding?

Base64 is a method of encoding binary data as ASCII text. It is commonly used to embed images in HTML or CSS, encode email attachments, and pass data safely through URLs and APIs.

Base64 encoded strings are about 33% larger than the original data. It is not encryption — anyone can decode a Base64 string — so do not use it to hide sensitive data.

Advertisement