Base64 Encoder / Decoder
What is Base64?
Base64 is a binary-to-text encoding scheme that represents binary data in an ASCII string format. It's commonly used in email, data URLs, and embedding images in HTML/CSS.
Encode & decode Base64 strings online
Base64 is a binary-to-text encoding scheme that represents binary data in an ASCII string format. It's commonly used in email, data URLs, and embedding images in HTML/CSS.