Base64 Encoder / Decoder

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

Ad · Top
Ad · Middle

About Base64 encoding

Base64 represents binary data using only printable ASCII characters. It's used for embedding images in HTML/CSS, encoding basic-auth credentials, and passing binary data through text-only protocols like email.

Related tools

Ad · Bottom