Base64 to Image

Convert Base64 encoded strings back to images. Decode and download images from Base64 data.

Convert Base64 to Image

Paste a Base64 encoded image string or a complete data URL

Paste a Base64 string to see the decoded image

Supported Formats

Data URL Format:

data:image/png;base64,iVBORw0K...

Raw Base64:

iVBORw0KGgoAAAANSUhEUgAA...
How to Use

1. Paste a Base64 encoded image string in the text area

2. Supports both raw Base64 and Data URL formats

3. The image preview appears automatically as you type

4. Click 'Download Image' to save the decoded image

Note: All processing happens in your browser. Your data never leaves your device.