Paste a Base64 string or Data URI and instantly preview and download the image in JPG, PNG, or WEBP format.
Decode, preview, and download in any format
See your image immediately as you paste or load the Base64 string β no guessing.
Automatically detects PNG, JPEG, GIF, WEBP, SVG from the Data URI prefix.
Download your decoded image as PNG, JPG, or WEBP with one click.
All decoding happens in your browser. No data is sent to any server.
Paste your Base64 string, Data URI, or load a .txt file containing it.
Click "Preview Image" to instantly decode and display the result.
Save your image as PNG, JPG, or WEBP format with one click.
data:image/png;base64,.This free online base64 to image tool is designed to work entirely in your browser — no uploads, no waiting, no software installation needed. It's fast, private, and completely free to use without any account or subscription.
For best results, include the full data URI prefix: data:image/png;base64,...
Strip any line breaks or spaces from your Base64 string before decoding.
Use Base64 images in CSS background-image to embed images without extra HTTP requests.
Base64 encoding increases file size by ~33%. Use it for small icons only.
Converting Base64 strings back to viewable images is a common task for frontend developers, API debuggers, and web designers.