🔐 Base64 Encoder/Decoder

Encode text to Base64 or decode Base64 strings instantly

📝 Plain Text

0 characters

🔒 Base64 String

Output will appear here...
0 characters

â„šī¸ About Base64

â€ĸ Base64 is a binary-to-text encoding scheme that represents binary data in an ASCII string format.

â€ĸ It uses 64 printable ASCII characters (A-Z, a-z, 0-9, +, /)

â€ĸ Useful for encoding data for transmission over media that only handle text.

â€ĸ Common uses: data URLs, email attachments, API data transfer, token encoding