Base64 is an encoding that turns binary data — such as an image or a file — into a string of plain text using 64 safe characters. It's widely used to embed data in HTML, CSS, JSON and emails, where only text is allowed.
Base64 isn't encryption; it's just a reversible text representation, so anyone can decode it back.
Encode or decode text with Base64 Encode / Decode.
