All tools → Developer

Base64 Encode & Decode

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

Plain text / input
Base64 / output

Encode a file to Base64

About this tool

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.