Why does my iPhone save photos as HEIC instead of JPEG?
Because HEIC, based on the HEIF standard and HEVC compression, stores the same visual quality in roughly half the space of an equivalent JPEG, saving storage and data when syncing to the cloud. Apple adopted this format as the default starting with iOS 11, in 2017.
Why does the site or app I use refuse to open my HEIC photo?
Because no browser decodes HEIC natively; opening this format requires a dedicated decoder (in this tool, via WebAssembly), and most sites simply do not implement that extra support, so the file shows up as unrecognized.
When converting HEIC to JPG, do I lose the date the photo was taken?
No, as long as the chosen output is JPEG and the keep-EXIF option is on (the default): the converter reads the EXIF block from inside the original HEIC container and re-inserts it into the output JPEG, preserving the date, camera model, and GPS.
Is there a size limit for converting a HEIC file?
Yes, 50 MB per file. The decoder runs in WebAssembly and needs to materialize the whole uncompressed image in browser memory, and a burst-shot or ProRAW file above that cap would risk freezing the tab before finishing.