Base64 Encoder/Decoder

Encode text to Base64 or decode Base64 to text

Result
About Base64

Base64 is a binary-to-text encoding scheme that represents binary data in an ASCII string format.

Common Uses:
  • Embedding binary data in text
  • Email attachments
  • Data URLs
  • Basic authentication
Note: Base64 encoding increases data size by approximately 33%.