Encode text to Base64 or decode Base64 back to plain text
Enter text above to see the result
About Base64
Base64 is a binary-to-text encoding scheme that represents binary data in ASCII format. It's commonly used for encoding data in URLs, emails, and data URIs.