Famral Tools

Base64 to Image Decoder

Paste your Base64 string to decode it back into an image.

About Base64 to Image

The Base64 to Image Decoder is a free utility that converts Base64 encoded strings back into image files. This is useful for debugging data URIs or recovering images from code.

What is a Base64 Image?

A Base64 image is an image file encoded as a text string. It typically starts with data:image/png;base64, followed by a long sequence of characters. Browsers can read this string and display it as an image.

How to use?

  1. Paste your Base64 string into the text area.
  2. Click Convert to Image.
  3. Preview the image below.
  4. Click Download Image to save it to your device.