Initializing... drag & drop files here
Supports: BMP
A Windows bitmap stores raw pixels — a header, an optional colour table, then one uncompressed row after another — which is why a full-HD 24-bit BMP occupies about 6.2 MB no matter how simple the picture is. HEIC is the opposite approach: an HEVC-coded still inside the High Efficiency Image File Format container, squeezed hard by a video codec. The short answer is that HEIC is the right move when the destination is Apple software, and the wrong move when the file has to open anywhere else — outside Safari, no major browser will render it.
| Property | BMP | HEIC |
|---|---|---|
| What it is | Microsoft device-independent bitmap; file header plus pixel array | HEVC-coded image in an HEIF container (ISO/IEC 23008-12) |
| Compression | None in the usual 24/32-bit form; run-length coding only for palette images | Lossy HEVC intra coding |
| Size for the same picture | Largest of any common format | Commonly cited at roughly half an equivalent-quality JPEG |
| Colour depth | 1, 4, 8, 16, 24 or 32 bits per pixel | Up to 16 bits per sample in the standard; 8-bit here, since that is what a BMP carries |
| Transparency | Alpha exists in the V4/V5 headers but bitmaps are opaque in practice | The container supports an alpha plane |
| Renders in browsers | Yes, everywhere | Safari 17+ only |
| Metadata | Essentially none beyond pixel dimensions and DPI | Exif and other metadata boxes are part of the container design |
| Best for | Lossless hand-off between Windows tools | Apple photo libraries, storage savings on device |
.heic thumbnail..heic. No sign-up, no watermark. Files are uploaded over an encrypted connection, converted on our servers, and deleted automatically after a few hours.| Environment | Opens .heic? |
|---|---|
| Safari | Yes, from version 17.0 |
| Chrome, Firefox, Edge | No — HEIF sits at roughly 15% of global browser usage, all of it Safari |
| iOS / iPadOS / macOS | Yes, natively in Photos, Preview, Files and Quick Look |
| Windows 10 / 11 | Only with Microsoft's HEIF and HEVC extensions installed |
| Older photo tools and web upload forms | Frequently rejected; JPEG is the safe interchange format |
The drop is dramatic, because you are going from no compression at all to a modern video codec doing intra-frame compression. A bitmap's size is fixed by arithmetic — width x height x bytes per pixel, with each row padded out to a 4-byte boundary — so a 1920x1080 24-bit BMP is about 6.2 MB whether it shows a photograph or a blank wall. The HEIC that comes out is governed by content complexity instead, and is typically a small fraction of that. Lower the Quality Preset or set a Specific file size if you need to push it further.
Yes, some — HEIC is a lossy format. BMP keeps every pixel exactly as it was written, while HEVC discards the detail an eye is least likely to notice. At the "Very High" preset the difference is hard to see on photographic content. Screenshots, UI captures and line art are the harder cases, because sharp high-contrast edges are exactly what block-based codecs struggle with; for those, BMP to PNG is the honest choice.
HEIF is the container standard — ISO/IEC 23008-12, the High Efficiency Image File Format — and it can hold images coded by more than one codec. HEIC is the name used when the pictures inside that container are coded with HEVC (H.265), which is what Apple devices write and what this converter produces. The practical rule: every .heic is an HEIF file, but not every HEIF file is a .heic.
In practice this never comes up. Transparency in BMP only exists in the later V4 and V5 header variants, and the bitmaps Windows tools actually write are opaque, so there is no alpha channel to carry across. The HEIF container itself does define an alpha plane as an auxiliary picture type, but if your source is a normal 24- or 32-bit bitmap there is nothing transparent in it to preserve.
Because HEIC support is licensing-encumbered and stayed narrow. Safari has rendered HEIF images since version 17.0, and it is the only major browser that does — Chrome, Firefox and Edge do not, which is why HEIF sits around 15% of global browser usage. On Windows you need Microsoft's HEIF and HEVC extensions installed before the file shows up as an image at all. If the destination is not Apple software, HEIC to JPG turns the result back into something universal.
Only if the scan will live inside the Apple ecosystem. HEIC gives a better size-to-quality ratio than JPEG at the same visual quality, but JPEG opens in every browser, email client, printer driver and upload form ever written. For archives that other people will open, JPEG or PNG remains the safer target; HEIC pays off when the files stay on iPhones, iPads and Macs.
Yes — queue them together and they all convert with the same Quality Preset and Image resolution settings, then download individually. That matters more for BMP than for most formats, because bitmaps are usually produced in bulk by screen-capture utilities, scanners and legacy Windows software, and it is exactly those piles of multi-megabyte files that benefit most from re-encoding.
Your file is uploaded over an encrypted connection, converted on our servers, and deleted automatically after a few hours. There is no sign-up, no watermark on the output, and files are never shared or made public. Because bitmaps are large, the practical constraint on this page is upload size and time rather than the encode itself, which is quick once the file has arrived.