Base64 to Image Decoder
Decode Base64 strings to viewable and downloadable images
Decoded Information
Image Format:
File Size:
Dimensions:
String Length:
Decoded Image
Decoding Error
How to Use Base64 to Image Decoder
Supported formats:
- Pure Base64 string (e.g., iVBORw0KGgo...)
- Data URI format (e.g., data:image/png;base64,iVBORw0KGgo...)
- Supports PNG, JPG, GIF, BMP, WebP, and other image formats
Common uses:
- Extract images from HTML/CSS embedded data
- Recover images from Base64 encoded API responses
- Convert encoded strings back to downloadable files
- Debug and verify Base64 image data