Encode and decode Base64 data
Enter text and click encode/decode to see output
Base64 is a binary-to-text encoding scheme that represents binary data in an ASCII string format. It's commonly used for transmitting data over text-based protocols like HTTP, email, and JSON.