Base64 Encode / Decode

Encode text or files to Base64, or decode Base64 strings back to text. Runs entirely in your browser.

What is Base64?

Base64 is an encoding scheme that converts binary data into ASCII text. It's commonly used to embed images in HTML/CSS, encode data in JWTs, transmit binary data over text-based protocols, and store binary data in JSON.