Base64 Encoder / Decoder

Encode text to Base64 or decode Base64 strings

About Base64

Base64 is a binary-to-text encoding scheme used for encoding data in emails, embedding images in HTML/CSS, HTTP Basic Auth, and storing binary data in text formats. All processing happens locally in your browser.