Developer Tool

Base64 to PNG.

Paste any Base64 encoded image string or data:image URI and download the decoded PNG instantly. Nothing is uploaded - runs entirely in your browser.

0 bytes uploaded
100% client-side
instant decoding

What Is Base64 Image Encoding?

Base64 is a way to encode binary data (like image files) as plain ASCII text. It's commonly used in CSS background-image: url(data:image/png;base64,...), HTML <img src="data:..."> attributes, JSON APIs, email attachments (MIME), and SVG files.

This decoder accepts both raw Base64 strings and full data: URIs. It also handles JPEG, WebP, and GIF Base64 strings - they're all decoded and saved as PNG for maximum compatibility.