← Back to Home

🔤 Base64 Encoder/Decoder

Convert text to Base64 and decode Base64 strings

Input Text

Output

✓ Copied!

What is Base64 Encoding?

Base64 is a binary-to-text encoding scheme that converts binary data into ASCII characters. It uses 64 characters (A-Z, a-z, 0-9, +, /) to represent data.

Common Use Cases

Note: Base64 is NOT encryption. It is encoding for transport, not security.