Base64 Image Decoder

Decode base64 encoded images and download them as actual image files.

Paste your base64 encoded image data. Can include data:image/... prefix or just the base64 string.
How to Use
  1. Paste your base64 encoded image data into the text area
  2. Click "Decode & Download Image"
  3. Your browser will download the decoded image file
File Naming:
Downloaded files are automatically named:
the404fix-decoded-<timestamp>.<ext>
Supported Formats:
  • JPEG/JPG
  • PNG
  • GIF
  • WebP
  • BMP
  • ICO
Input Format

This tool accepts base64 data in multiple formats:

With data URL prefix:
data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAEAAAABCAYAAAAfFcSJAAAADUlEQVR42mNkYPhfDwAChwGA60e6kgAAAABJRU5ErkJggg==
Just the base64 string:
iVBORw0KGgoAAAANSUhEUgAAAAEAAAABCAYAAAAfFcSJAAAADUlEQVR42mNkYPhfDwAChwGA60e6kgAAAABJRU5ErkJggg==