📌 Overview

Paste a base64 string (with or without the data: prefix) and preview the image, then download it. Decoding is local.

🖼️ Base64 to Image

Paste a base64 string (with or without the data: prefix) and preview the image, then download it. Decoding is local.

🔒 All processing happens in your browser. No data is uploaded to any server.

📖 Deep Dive: Base64 to Image

Purpose

Base64 images commonly appear in API responses, inline CSS, or databases. This tool turns them back into a visible, downloadable image.

Parsing rules

  • Automatically recognizes the data:image/...;base64, prefix.
  • Also supports plain base64 text (defaults to PNG).
  • The download extension follows the mime type.
  • Privacy

    Decoding happens locally in your browser.