Base64 Encoder
Encode text to Base64 or decode Base64 to text instantly.
Base64 Output
Ready
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