002.1
BASE64
001
INPUT
002
OUTPUT
Encoded text will appear here
003
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, URLs, and web applications.
Common uses: Email attachments, data URLs, API authentication tokens, storing binary data in JSON/XML.