Base64 to Image Converter
Convert between base64/data URI text and image previews.
Base64 or Data URI Input
Preview
Paste base64 image data to preview it.
About the Base64 to Image Converter
Paste raw base64 or a full data URI to preview it as an image with automatic MIME detection, or upload an image file to generate its base64-encoded data URI — nothing is uploaded anywhere.
Examples
Decode PNG
data:image/png;base64,iVBORw0KGgo...Output
Rendered image previewKeyboard shortcuts
- Copy the main outputCtrl / ⌘ + Shift + C
- Download the resultCtrl / ⌘ + S
- Share this toolCtrl / ⌘ + Shift + S
- Reset the inputsAlt + R
- Open the tool search paletteCtrl / ⌘ + K
Related tools
Binary/Octal Text Converter
Converters
Convert text to binary or octal codes and back.
Data Size Converter
Converters
Convert bytes, KB/MB/GB/TB with binary (KiB/MiB) or decimal units.
Excel Column Name Converter
Converters
Convert between spreadsheet column numbers and letters.
Number Base Converter
Converters
Convert numbers between binary, octal, decimal, hex, and custom bases.
Number to Words & Currency Formatter
Converters
Spell numbers out in words or format them as currency, ordinals and locale text.
Roman Numeral Converter
Converters
Convert between numbers and Roman numerals.
Frequently asked questions
Read more
- Base64 encoding explained: when to use it, when not to
Base64 turns binary into text-safe ASCII, but it isn't compression or encryption. Here's what it actually does and where it fits.
Version 1.0.0 · Updated 2026-08-06 · Runs entirely in your browser