Base64 Encoder/Decoder

Encode and decode text or data to/from Base64 format

FAQ

What is Base64 encoding?

Base64 is a binary-to-text encoding scheme that represents binary data in an ASCII string format. It's commonly used for encoding data in URLs, emails, and storing complex data in JSON.