🔐 Base64 Encode & Decode

Encode text to Base64 or decode Base64 back to readable text.

Input Text
Base64 Output

What is Base64?

Base64 is a binary-to-text encoding scheme that represents binary data as ASCII characters. It's commonly used to embed images in HTML/CSS, encode email attachments, transmit data in URLs, and store binary data in JSON. Every 3 bytes of input become 4 Base64 characters.

Have questions? Check our FAQ page.

Related Tools