Processing...

Base64 Encoder

Encode text to Base64 or decode Base64 to text instantly.

Base64 Output
Type in the left box to see output
0 chars 0 chars

About Base64 Encoding

Standard Base64: Uses characters A-Z, a-z, 0-9, +, / with = padding
URL-safe Base64: Replaces + with -, / with _, removes = padding