Base64 Encoder / Decoder

Encode or decode Base64 strings online for free.

Input
Output

What is Base64?

Base64 is an encoding scheme that converts binary data into a text format using 64 printable ASCII characters. It is commonly used to encode data in email, URLs, and web APIs. Use the Encode button to convert plain text to Base64, or Decode to reverse the process. All processing happens in your browser — no data is sent to any server.