JPEG and JPG are the same format
JPEG is the name of the committee, the Joint Photographic Experts Group, whose standard defines how the image is compressed. The file extension was shortened to .jpg because early versions of DOS and Windows allowed only three characters after the dot. Mac and Unix systems had no such limit and kept writing .jpeg, which is why cameras, phones and apps still use both spellings today.
Inside, nothing differs. Both extensions announce the same image/jpeg media type, the same compression and the same quality. A .jpeg photo and a .jpg photo taken with the same settings are identical apart from the letters at the end of the name.
Why a site asks for JPG when you have a JPEG
Upload forms often check the extension instead of the file content, and a list written as jpg and png quietly rejects a perfectly valid .jpeg. Job portals, visa and government forms, marketplaces and older content systems are frequent offenders, and their error messages rarely explain that the problem is only the name.
Case can matter too. Web servers running Linux treat photo.JPG and photo.jpg as different files, so a page that links to one breaks when the other is uploaded. The converter writes every result with a lowercase .jpg extension, which keeps batches consistent.
How this JPEG to JPG converter works
Each file you drop in is checked by its first bytes. A true JPEG is passed through with its data untouched and only its name changed, so the conversion is instant and cannot lower the quality. The list confirms every file that was renamed without re-encoding.
Many online tools labelled JPEG to JPG decode the photo and compress it again, which blurs fine detail, can shift colors and throws away metadata. Avoiding that second compression is the whole point here: the file you download is the same photo you added.
Your EXIF data and orientation stay intact
Since the bytes are not rewritten, everything embedded in the photo remains: the capture date, camera and lens details, the orientation flag that keeps portrait shots upright, the color profile and any GPS coordinates. Photo managers will sort and display the renamed files exactly as before.
If you would rather not share location data, strip it with a metadata tool before posting the photo publicly. Renaming a file neither adds nor removes anything inside it.
Files that only look like JPEGs
Sometimes a file ends in .jpeg but contains a PNG, a WebP or an AVIF image, typically because a website sent a modern format to your browser. Giving it a .jpg name would not make it open anywhere new, so the converter decodes those files and saves a real JPG at 92 percent quality, with a white fill behind transparent areas.
HEIC photos from iPhones can also carry a misleading name. The converter recognizes them from their first bytes, decodes them with the open-source libheif decoder and writes a real JPG, so they are never just renamed into a broken file.
Renaming many files at once
You can fix a single file by hand in File Explorer or Finder once extensions are visible, but a folder of camera exports takes longer. Drop up to 100 photos onto the converter, then download them individually or as one ZIP archive. Names stay the same apart from the extension, and duplicates are numbered so none is overwritten.
The work happens in your browser, so the photos are never uploaded and there is no daily limit. The page keeps working even if your connection drops after it has loaded.
What decides the quality of a JPEG
The quality of a JPEG is set once, at the moment it is compressed by the camera, phone or program that saved it. The extension plays no part, so renaming a photo cannot improve it or damage it. Only saving it again through an encoder changes the picture, and every such save costs a little detail.
That is why a lossless rename is the right answer here. If the photo itself looks too small or slightly blurry, enlarging it with the AI image upscaler on this site will do more for it than any change of format.
Cameras, phones and uppercase .JPG files
Digital cameras name their files in capitals, such as IMG_0421.JPG, following a storage convention that dates back to early memory cards. Android phones usually write a lowercase .jpg, while many Mac apps export .jpeg. The mix is harmless on a laptop but confusing on a web server, where the capitals count.
iPhones save photos as HEIC by default. If you would rather have JPEGs from the start, open Settings, then Camera, then Formats, and choose Most Compatible; new photos are then stored as JPEG.
Changing the extension on Windows, Mac and Linux
On Windows, turn on file name extensions from the View menu in File Explorer, then rename the file and confirm the warning. On a Mac, select the file, open Get Info and edit the Name and Extension field, or rename it in Finder. On Linux, the rename command can change a whole folder in one line.
Doing it by hand is fine for a few files. For dozens, or when you are not sure every file is really a JPEG, the converter checks each one and renames the batch in seconds.
Consistent names for websites and apps
Developers often standardise on lowercase .jpg so that links, build scripts and image pipelines never trip over a stray .jpeg or .JPG. Web servers map both extensions to the image/jpeg media type, so browsers display either one; the trouble comes from code and content tools that compare names exactly, or from caching layers that treat each spelling as a separate file.
Running a folder of assets through a JPEG to JPG rename before it goes into a repository or a media library avoids those mismatches, and because the data is untouched, each file keeps exactly the same content hash; only its name is different.
Converting other formats to JPG
For pictures that are not JPEG at all, the dedicated converters on this site are a better fit. The AVIF to JPG converter lets you choose the quality and fill color, and the JFIF to JPG converter explains why downloads on Windows keep arriving with a .jfif name.