Convert JFIF to JPG
Fix the pictures Windows saved as .jfif so every app and upload form accepts them.
Done
Open the network tab. It stays empty.
Add files and run the tool to see every request this tab makes.
Your files are processed on this device and never sent to a server. Reload the page to clear everything from memory.
A .jfif file is a JPEG. JFIF (JPEG File Interchange Format) is the name of the wrapper almost every JPEG has used since 1992, and Windows labels some downloaded images with that extension instead of .jpg, usually pictures saved from Chrome or Edge. The picture is fine; the problem is that upload forms, older editors and some phones look at the extension and refuse the file.
This page reads each .jfif file, decodes it in your browser and writes it back out as a standard .jpg. Drop a whole folder of them and download a zip. If you only have one file on a computer, renaming it from .jfif to .jpg also works, because the bytes inside are already JPEG; the converter is for batches, for phones where renaming is awkward, and for files that are not quite what their extension says.
How it works
- Drop your JFIF files onto the page, or tap to pick them. Batches are fine.
- Adjust the quality slider if you want a smaller file, or leave it at 90.
- Download each JPG, or all of them as one zip.
In your browser, not on a server
Stayput first reads the opening bytes of each file, where every image format writes its signature, so it knows what the file really is whatever it is called. Your browser decodes JPG, PNG, WebP, GIF, BMP, AVIF and SVG itself; HEIC goes through the libheif WebAssembly decoder, and JPEG XL (or AVIF, in a browser without native support) through the Squoosh decoders, all served from this site and cached. The browser re-encodes JPG, PNG and WebP; PDF, ICO, GIF, BMP and TIFF files are written by small encoders in the page. Nothing here needs a server.
Compared with upload-based tools: Online converters upload your image, convert it on their machine, keep it for hours and cap you at a few files a day. This does the same conversion on your device, for as many files as you like, in less time than the upload.
Verify it yourself. Load this page, turn off Wi-Fi or switch to airplane mode, and run the tool. Or open your browser's developer tools (F12, or Cmd-Option-I on a Mac), pick the Network tab, and watch it while you convert. The panel above does the same count for you.
Questions
Is JFIF the same as JPG?
Yes, in practice. JFIF is the standard container for JPEG data, and .jfif, .jpg, .jpeg and .jpe files are all the same kind of image. Only the name at the end differs, and some software checks the name.
Why do my downloaded images save as .jfif?
Windows maps the image/jpeg type to the .jfif extension in its registry on some machines, so browsers on those machines offer .jfif when you save a picture. Converting the files, or renaming them, fixes it for the files you already have.
Does converting lose quality?
The image is re-encoded as JPG at the quality you choose, 90 by default, which is visually identical for photos. If you want the original bytes untouched, rename the file instead of converting it. Tick "Keep EXIF metadata" to carry the camera data over.
Are the images uploaded?
No. Your browser decodes and encodes each image inside this tab. There is no server in the process; you can go offline after the page loads.
More image tools
HEIC to JPG
Turn iPhone and iPad photos into JPG or PNG files that open anywhere. Your photos never leave this device.
Image Converter
Drop any image, see what it really is, pick what you need. Converted on your device.
Compress & Resize Images
Make photos small enough to email or upload. Batch resize, set a quality, see the savings before you download.
Remove EXIF Data
See what a photo reveals, then delete it. Lossless: pixels are untouched, only the metadata is removed.
Other conversions
Guides
- What is EXIF data, and what does a photo reveal?The information stored inside a photo file, what it can give away, and how to see and remove it.
- How to reduce an image's file sizeTwo settings do almost all the work. Here are the numbers to use for email, forms, listings and websites.
- JPG, PNG, WebP or HEIC: which image format to useA practical rule for each job, and the conversion to get there.