utilduck
Home · Developer · Base64 Encoder / Decoder

Base64 Encoder / Decoder

Type or paste text, choose Encode or Decode, and see the result instantly.

Result
-

What is Base64?

Base64 is an encoding scheme that converts binary or text data into a string of 64 printable ASCII characters. It is widely used to transmit data in email, embed images in HTML/CSS, and pass binary data through text-only channels. Decoding reverses the process back to the original text.