📌 Overview
Paste a base64 string (with or without the data: prefix) and preview the image, then download it. Decoding is local.
🖼️ Base64 to Image
Paste a base64 string (with or without the data: prefix) and preview the image, then download it. Decoding is local.
All processing happens in your browser. No data is uploaded to any server.
📖 Deep Dive: Base64 to Image
Purpose
Base64 images commonly appear in API responses, inline CSS, or databases. This tool turns them back into a visible, downloadable image.
Parsing rules
Privacy
Decoding happens locally in your browser.