Encode text or files to Base64, or decode Base64 strings back to text.
Encode a file to Base64
Base64 is an encoding scheme used to represent binary data as ASCII text. It is commonly used to embed images in HTML or CSS, encode data for APIs, and transfer binary data over text-based protocols. Everything runs in your browser.