Base64 Encoder/Decoder

Encode/decode text and images to/from Base64

Text to Base64 (Encode)

Base64 to Text (Decode)

How to Use

  • • Base64 encode: convert text to Base64
  • • Base64 decode: convert Base64 back to text
  • • Image to Base64: for embedding in web pages
  • • Base64 to image: restore the image file
  • • All processing is done locally, data never uploaded