Base64 Encoder/Decoder
Encode and decode Base64 strings
Text to Encode
💡 Base64 Information
- Base64 encoding converts binary data to ASCII text
- Commonly used for embedding images in HTML/CSS
- Used in email attachments and data URLs
- Note: Base64 is encoding, not encryption - data is not secured