Base64 Encoder

Encode text to Base64

Encoding / Decoding
Instant results
Go to Decoder
0 characters

About Base64 Encoding

Base64 is a binary-to-text encoding scheme that converts binary data into a string of ASCII characters. It's commonly used for embedding images in HTML/CSS, sending data in URLs, or storing binary data in text-based formats.

URL Safe mode replaces + with -, / with _, and removes padding (=) for safe use in URLs.