NoUploads
Your files never leave your device. All processing happens in your browser. Verify →

Base64 Image Encoder/Decoder

Encode images to base64 data URIs or decode base64 strings back to images — free, private, no upload required.

About this tool

The Base64 Image Encoder/Decoder converts images to base64 data URI strings and decodes base64 text back into downloadable image files. Useful for embedding images in CSS, HTML, or JSON payloads without separate file requests, and for inspecting data URIs from API responses. Supports all common formats including PNG, JPG, WebP, GIF, and SVG. Everything runs client-side using the browser's FileReader API — no files are uploaded, no data leaves your device.

Frequently Asked Questions

Processed using the browser's built-in FileReader API — no external libraries