Back to Tools

Base64 Encode/Decode

Encode text to Base64 or decode Base64 back to plain text

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 URLs, emails, and data URIs. Note: Base64 is encoding, not encryption - it provides no security.