//base-64.com
DecodeEncode
Client-sideBatch ProcessingMulti-Format

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

JPG
EncodeDecode
PNG
EncodeDecode
GIF
EncodeDecode
WebP
EncodeDecode
SVG
EncodeDecode
BMP
EncodeDecode
ICO
EncodeDecode
TIFF
EncodeDecode

// USE CASES

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.