Base64 Converter

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

What is Base64?

Base64 is a group of binary-to-text encoding schemes that represent binary data in an ASCII string format by translating it into a radix-64 representation. It is commonly used to embed image data or other binary assets directly into HTML/CSS files.