Base64 Debugger

This tool allows you to encode text to Base64 and decode Base64 strings back to text. Base64 is a group of binary-to-text encoding schemes that represent binary data in an ASCII string format.

Input

Result

About Base64

Base64 is a method for encoding binary data into ASCII text. It is commonly used when there is a need to encode binary data that must be stored and transferred through media designed to handle textual data. This ensures that the data remains intact without modification during transport.

Common use cases include:

  • Sending email attachments (MIME)
  • Storing complex data in XML or JSON
  • Transferring images via data URLs
  • Storing cryptographic keys