Base64 Encoder / Decoder

Input

Output

Base64 Encoder / Decoder

Base64 is a group of binary-to-text encoding schemes that represent binary data in an ASCII string format by translating it into a radix-64 representation.

  1. Enter your text or Base64 string in the input field.
  2. Click "Encode" to convert text to Base64.
  3. Click "Decode" to convert Base64 back to text.
  4. Copy the result from the output field.

FAQ

What is Base64?

Base64 is a way to represent binary data using only 64 printable characters. It is commonly used to encode data that needs to be stored and transferred over media that are designed to deal with textual data.

Is Base64 encryption?

No, Base64 is an encoding scheme, not encryption. It does not secure data; it only changes its representation.