HEIC to JPG converter

Convert iPhone HEIC photos to JPG — entirely in your browser. Your photos never leave your device: no upload, no account, no tracking.

Drag HEIC photos here, paste, or

HEIC, HEIF · multiple files welcome · nothing is uploaded

First convert loads a 1.1 MB decoder — from this site, nothing leaves your browser.

Off = the converted photo carries no EXIF/GPS.

What is a HEIC file?

HEIC (High Efficiency Image Container) is the format iPhones and many newer Android phones use to save photos. It stores the same picture in roughly half the space of a JPG — which is great on your phone, and a nuisance everywhere else. Plenty of websites, older programs, Windows machines, and printing services still refuse HEIC files. Converting to JPG makes the photo openable everywhere, at the cost of a somewhat larger file.

How this converter works — and why it's private

Most "free HEIC converters" upload your photos to a server, convert them there, and keep who-knows-what. This page doesn't. Your first conversion loads a 1.1 MB open-source decoder (libheif, compiled to WebAssembly) from this site — after that, everything happens on your own device. You can load this page, disconnect from the internet, and it still converts. Drop as many photos as you like; each becomes a JPG you can download individually, all at once, or as a single ZIP.

The full source code is public on GitHub (AGPL-3.0), and the privacy panel in the footer lists everything this page loads.

What happens to the photo's metadata

HEIC photos from a phone carry hidden metadata (EXIF): GPS coordinates of where the photo was taken, the exact time, the camera model, and more. By default this converter does not carry that into the JPG — the converted file comes out clean, which is the safer choice for anything you're about to share. If you want to keep the date, camera details, and location (say, for your own archive), switch on "Keep photo info" before converting and the original EXIF is copied into the JPG byte-for-byte. Already have JPGs with metadata you want gone? Use our Remove EXIF data tool.

Questions

Are my photos uploaded to a server?
No. The conversion runs in your browser using a decoder this page loads from its own site. You can verify: open your browser's DevTools Network tab while converting — no image data leaves your device.
Does converting lose quality?
HEIC and JPG are both lossy formats, so a conversion re-encodes the image. At the default "High" quality (92%) the difference is invisible in normal use. Pick "Maximum" if every last detail matters, or "Smaller files" to save space.
What happens to location and camera data?
It's stripped by default — the converted JPG carries no EXIF or GPS. Turn on "Keep photo info" to copy the original metadata into the JPG instead. If a photo has no metadata to begin with, the tool says so and converts it anyway.
Can I convert many photos at once?
Yes — drop as many as you like, then download them one by one, all at once, or packaged as a single ZIP.
What if my file is already a JPG or PNG?
The tool tells you there's nothing to convert — no fake processing. If what you actually want is the metadata removed from a JPG or PNG, that's the Remove EXIF data tool's job.
Why does my iPhone save photos as HEIC in the first place?
Space. HEIC compresses about twice as efficiently as JPG, so your phone fits twice the photos. You can also make the phone shoot JPG directly: Settings → Camera → Formats → "Most Compatible".

Related tools

Remove EXIF data — strip location and camera metadata from JPG, PNG, and WebP photos. Photo Editor — crop, resize, redact, and batch-edit images (it opens HEIC files too).