Turning Base64 back into an image
Base64-encoded images show up everywhere: inside data: URIs in HTML and CSS,
in JSON API responses, in database columns, in email source, and in Kubernetes ConfigMaps.
This tool decodes the string locally, sniffs the real file type from its magic bytes
(so a mislabeled JPG saved as “png” is still detected correctly), renders a live preview, and
lets you download the original binary file with the right extension.
Working in the other direction? Image to Base64 generates data URIs and HTML/CSS snippets from any image file.