Back to Home

Base64 Encode / Decode

Encode text to Base64 or decode Base64 strings back to text instantly.

What is Base64?

Base64 is a binary-to-text encoding scheme that represents binary data in an ASCII string format. It's commonly used to encode data for transmission over media that handle text, like email and URLs.

Copied to clipboard!