Case Converter
Change text online between different letter cases, such as lower case, UPPER CASE, Sentence case, Capitalized Case, and aLtErNaTiNg cAsE.
Paste a Base64 string or full data URI and instantly preview and download the image — with the format auto-detected — all inside your browser.
The Base64 to Image tool turns a Base64 string or data URI back into a real image, right in your browser.
Paste the text, see the image, and download it. The format is detected automatically, and nothing is uploaded.
Images are often embedded as Base64 inside code and API responses to avoid extra network requests. Reversing that lets you inspect or save the actual picture.
Because decoding is local, even sensitive embedded images stay on your device.
This is the reverse of encoding. To turn an image into Base64 in the first place, the Image to Base64 Converter produces the data URI you can paste into code.
Once you have the decoded image, the Image Converter can change its format or compress it. And if the data turned out to be a QR code, the QR Code Decoder reads its contents.
No. The Base64 is decoded in your browser and turned into an image locally, so nothing is uploaded or stored.
No. A full data URI works, and so does a bare Base64 string on its own. The tool detects the image type from the decoded bytes.
It recognises PNG, JPG, GIF, WebP, and SVG from their signatures, and shows a preview you can download in the right format.
The most common causes are copied line breaks, a missing character, or accidentally including surrounding quotes. Paste just the Base64 payload and it should decode.
Data URIs embed an image directly inside HTML, CSS, or JSON so it loads without a separate request. Decoding one back to a file is handy for inspecting or saving that image.