The ultimate minimalist Base64 toolbox

🇩🇪 🇫🇷 🇬🇧

Contact me if you want more functions, the operations are all done on your computer for confidentiality (check the source code or press ctrl+s to have an offline copy of this page).

, eu.org free domain names. Coming soon: Multilanguage, examples in js php python, bash..., tool for encoding and decoding files and images

Base64 text encoding & base64 decoding to UTF-8 text (emojis are supported)

Encode a jpg, png, gif, ... image to base64 string

Decode a Base64 string to binary image

Discover my other websites

Base64 image encoding and decoding using the html5 canva element

Encode to Base64 on GNU/Linux

On GNU/Linux you can type base64 --encode and base64 --decode to have the same functionality.