Base64 Encoder/Decoder

Convert text to Base64 and back instantly

Input

0 characters

Output

About Base64

Base64 is a way to encode binary data into text format. It's commonly used for embedding images in HTML/CSS, sending data over email, and storing complex data in text-based formats. All processing happens in your browser.