Base64

Base64 Encode / Decode

Encode text to Base64 or decode Base64 to text

Text
Base64

What it does: Encode text to Base64 or decode Base64 to text. This free online tool works entirely in your browser with no installation required.

How to use:
  1. Type or paste the text you want to encode into the Text panel, or paste Base64 into the Base64 panel.
  2. Press the Encode button to convert text to Base64, or Decode to reverse the process.
  3. Use the copy button next to the Base64 panel to copy the result to your clipboard.
Privacy: All processing happens in your browser. No data sent to servers. Best for: Anyone who needs quick Base64 Encode / Decode without installing software.

What is Base64?

Base64 is a binary-to-text encoding scheme that represents binary data in an ASCII string format. It is commonly used when binary data needs to be transmitted over media designed to handle textual data. Base64 encoding transforms data into a sequence of 64 characters (A-Z, a-z, 0-9, +, /) plus the = padding character.

When to Use Base64 Encoding

Important Notes