Base64 to Image Converter
Paste a Base64 data URL string to view and download the image.
About Base64 to Image Conversion
A Base64 data URL string allows you to embed image data directly into documents like HTML or CSS. This tool reverses that process: it takes a Base64 data URL and renders the image it represents.
How to use:
- Paste the complete Base64 data URL (e.g., starting with
data:image/png;base64,
) into the input field. - Click "View Image" to see a preview.
- If the preview is correct, you can download the image. The tool attempts to infer the correct file extension (e.g., .png, .jpg) from the data URL.
This is useful for testing Base64 encoded images, extracting embedded images, or debugging data URI issues.