Base64 Converter

Encode and decode Base64 text and files

πŸ”„Base64 Converter

Encode and decode Base64 text and files

Input

0 characters

Output

0 characters

About Base64

Base64 is an encoding scheme that represents binary data in an ASCII string format by translating it into a radix-64 representation. It's commonly used when binary data needs to be stored or transferred over media that are designed to handle text.

Common Uses

  • Email attachments encoding
  • Data URI scheme (embedding images in web pages)
  • Binary data transfer in API communications
  • Storing complex data structures