Loading…

Base64 Encode/Decode

Encode text to Base64 or decode Base64 to text.

About Base64 Encode/Decode

Encode or decode Base64 strings online. Convert text to Base64 and Base64 to text. Free developer utility for Base64 encoding.

How to Use

  1. 1Enter or paste your text in the input area.
  2. 2Click "Encode" to convert to Base64.
  3. 3Or paste Base64 and click "Decode" to get the original text.
  4. 4Copy the result to clipboard.

Frequently Asked Questions

What is Base64?
Base64 is a binary-to-text encoding scheme that converts binary data into ASCII characters, commonly used in web development and APIs.
Can I encode files?
Currently, this tool encodes and decodes text strings. File-to-Base64 conversion is on our roadmap.