Base64 to Image

Decode a Base64 string or data URI back into a viewable image.

Ad placeholder (leaderboard)
Enjoying the tools? Go Pro for £4.99 (one-time) and remove all ads — forever, on this device. Remove ads — £4.99

Decode Base64 back into an image

Paste a Base64 string — either a bare payload or a full data: URI — and get the image back, ready to view and download. The type is read from the data URI when present, or sniffed from the decoded bytes for PNG, JPEG, GIF, WebP and BMP.

Whitespace and line breaks are stripped automatically, so Base64 lifted from code, emails or certificates decodes cleanly. Everything happens in your browser with the built-in atob and Blob APIs — nothing is uploaded.

Ad placeholder (rectangle)