Developer
Base64 to image decoder
Paste a Base64 string (with or without the `data:image/...;base64,` prefix) and download the decoded image. Everything happens in your browser.
Runs in your browserFree · No signup required
Common uses
- Recover an image stored as a Base64 string in JSON or YAML
- Inspect an inlined data URL pulled from a CSS or HTML file
- Save an attachment delivered in a Base64 API response