/data/base64
๐ Base64 Encoder/Decoder
Encode and decode Base64 strings instantly.
Input
Output
About Base64
Base64 is a binary-to-text encoding scheme that represents binary data in ASCII string format. It's commonly used for encoding data in emails, storing complex data in XML/JSON, and embedding images in HTML/CSS. Note: Base64 is not encryption โ it's just encoding.