How to use
- Drop your file(s) into the box above — or click it to browse.
- Conversion starts immediately; the tabs switch to a different output format. Adjust the quality slider to re-encode instantly.
- Click Download on each finished file — or Download all (.zip) for a batch. Nothing was uploaded at any point.
What is a HEIC file?
HEIC (High Efficiency Image Container) has been the default photo format on iPhones since iOS 11 in 2017. It stores images with the HEVC (H.265) codec, which packs the same visual quality as JPG into roughly half the file size. One container can also hold bursts, Live Photo frames, and depth maps.
The catch is compatibility. Windows 10/11 needs a separately installed HEVC extension to open HEIC, many web upload forms reject it outright, and older Android phones, printers, and photo kiosks often can't read it at all. Converting to JPG makes an iPhone photo openable literally everywhere.
| HEIC | JPG | |
|---|---|---|
| Introduced | 2015 (MPEG), on iPhone since 2017 | 1992 (JPEG committee) |
| Compression | HEVC intra-frame, ~50% smaller at equal quality | DCT, universal baseline |
| Transparency | Yes (alpha) | No |
| Bit depth | Up to 16-bit (10-bit common) | 8-bit |
| Extras | Live Photos, bursts, depth maps | None |
| Opens on | Apple devices, Windows with HEVC extension | Everything |
How this converter is different
Most HEIC converters upload your photos to a server, convert them there, and give you a download link. This page decodes HEIC directly in your browser using libheif compiled to WebAssembly — the same open-source decoder used across the industry — and re-encodes to JPG on your own device. You can verify it yourself: open your browser's network tab and convert a photo. Zero upload requests.
One side effect worth knowing: because the pixels are re-encoded from scratch, EXIF metadata (GPS location, camera model, capture date) is not copied into the JPG. If you're converting photos to share publicly, that's a privacy bonus. If you need the capture dates preserved, keep your HEIC originals.
When NOT to convert HEIC to JPG
- Photos staying inside Apple Photos or iCloud — HEIC is half the size, so converting just doubles your storage bill.
- You need the Live Photo motion or portrait depth data — JPG is a flat single frame; that data is discarded.
- Archival originals — HEIC-to-JPG is a lossy-to-lossy re-encode. Keep the HEIC as your master and export JPG copies as needed.