Base64 to Image
Paste a Base64 string to decode and preview the image, then download it instantly.
Your files never leave your device
How to Base64 to Image
- Paste your Base64 string into the text area.
- If the string has a data URI prefix (data:image/...;base64,), the format is detected automatically.
- If you have raw Base64 without a prefix, select the correct format from the dropdown.
- Click "Decode & Preview" to see the image.
- Click "Download Image" to save the file.
Why Use This Tool?
Base64-encoded images are used in HTML, CSS data URIs, API responses, and various data formats. This tool decodes them back to downloadable image files. Useful for debugging, extracting embedded images, or converting API responses to files.