đ 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