64base-64.com

Base64 to Image

Decode Base64 strings back to images. Preview and download decoded images instantly — all in your browser.

HOW TO USE

01

Paste a base64 string with data:image prefix or raw base64 characters.

02

Click Decode to convert the string back to an image.

03

Preview and download the decoded image(s).

SUPPORTED FORMATS

Supported File Types

JPG
EncodeDecode
PNG
EncodeDecode
GIF
EncodeDecode
WebP
EncodeDecode
SVG
EncodeDecode
BMP
EncodeDecode
ICO
EncodeDecode
USE CASES

What You Can Do With It

Embed in HTML/CSS

Convert small images to Data URIs and embed them directly in your HTML or CSS to reduce HTTP requests.

Email Templates

Inline images in email templates using Base64 encoding for better compatibility across email clients.

API Payloads

Send images as Base64 strings in JSON API requests without needing multipart form uploads.