Base64 Encoder & Decoder

Encode text to Base64 and decode Base64 back to text

Input
Output
Options

Why Use Base64 Encoding?

  • Transfer binary data as text
  • Embed images in HTML/CSS
  • Store binary data in JSON
  • Send binary data in URLs
  • Encode email attachments