ADVERTISEMENT

Base64 Encoder/Decoder

Encode text to Base64 or decode Base64 back to text. Base64 is commonly used for encoding binary data into ASCII text format.

About Base64

Base64 is a binary-to-text encoding scheme that represents binary data in an ASCII string format. It is commonly used for:

  • Email attachments
  • Data URLs
  • Basic authentication
  • Storing binary data in text files