Back to Home

Base64 Encoder/Decoder

Encode text to Base64 or decode Base64 to text.

What is Base64 Encoder/Decoder?

What is Base64?

Base64 is a method of encoding binary data into ASCII strings.

How it works

Enter text to encode to Base64, or enter a Base64 string to decode to original text.

Why use it

Used in email attachments, data transmission, URL parameters, etc.