Convert JPEG to JPG Online

Rename your JPEG file with a .jpg extension.

JPEG
JPEG
JPG
JPG
Secure & private
Files deleted in 24h
No signup needed

Drop your JPEG file here

or click to select

Secure & private
Files deleted in 24h
No signup needed
Select a file to start converting
0 / 10 free conversions used today

Upload JPEG

Drag & drop or click to select your JPEG file.

Choose Options

Adjust quality, size, or other output settings if needed.

Download JPG

Click Convert and your JPG file downloads instantly.

JPEG and JPG are the same format - the difference is purely the file extension. The JPEG (Joint Photographic Experts Group) standard was finalised in 1992, and early MS-DOS and Windows 3.1 limited filenames to three-character extensions, which is why .jpg became the dominant suffix on PCs while macOS, Linux, and Unix kept the four-letter .jpeg. Both extensions point to identical bitstreams: SOI marker 0xFFD8, JFIF or Exif header, quantisation tables, Huffman tables, and DCT-encoded image data.

The reason to convert JPEG to JPG is usually compatibility with a strict upload form, a legacy CMS, or an older Windows application that whitelists extensions. Real-estate platforms (Zillow, Redfin, MLS feeds), some MLS provider gateways, and certain enterprise DAMs accept .jpg but silently reject .jpeg. Our converter performs a byte-preserving rename - it does not re-encode, so there is zero quality loss and every metadata block (EXIF, IPTC, XMP, ICC profile) is preserved exactly as it was.

If you receive .jpeg files from a Mac user (where Preview's Export defaults to .jpeg) or from a DSLR set to four-letter extensions, a quick batch through the web converter or a single PowerShell line gets them ready for legacy targets. For new captures destined for both Mac and PC workflows, configure your camera to write .jpg from the start - Canon, Nikon, and Sony all expose this in the file-naming menu. Once converted to .jpg, run them through compress-jpg if file size matters for email or web.

The Joint Photographic Experts Group ratified the JPEG standard (ITU-T T.81 / ISO/IEC 10918-1) in 1992. Because Windows 95 inherited DOS's 8.3 filename convention, Microsoft tools defaulted to the truncated .jpg extension, while Unix, classic Mac OS, and later macOS preferred the full .jpeg. Both extensions point to the identical bitstream - there is no codec difference. The split persists because Windows file associations, legacy CMS upload regexes, and printer drivers were written for .jpg, while photographer tools, scientific instruments, and many open-source libraries emit .jpeg. A lossless rename solves the vast majority of compatibility headaches.

JPEGJPG
Internal codec JPEG DCT JPEG DCT (identical)
Extension .jpeg (4 chars) .jpg (3 chars, DOS legacy)
File size Identical bitstream Identical
Best for Files saved by macOS, Linux GIMP, scientific tools Windows-era systems, strict file allow-lists
Software support Universal Universal
  1. Customer exports 22 family photos from Photos.app on macOS, which uses the .jpeg extension.
  2. The local print kiosk's web upload form has a regex that only accepts .jpg, .png, .pdf.
  3. Customer drops the .jpeg batch into the JPEG to JPG converter for a lossless rewrap and rename.
  4. Files re-download as exact byte-for-byte copies with the .jpg extension applied.
  5. Print shop's form now accepts every photo and the 8x10 prints are queued without re-encoding loss.
Use caseSettings
Rename for a strict upload form Lossless container, no re-encode
Batch normalize a photo library Lossless rewrap, retain EXIF
Send to a Windows-only print kiosk Lossless rename, strip GPS
Archive a Linux scientific dataset Lossless rename, keep ICC profile
PlatformJPEGJPG
macOS Preview
Windows Photos
Outlook (desktop)
Gmail
iPhone Photos
Android gallery
Photoshop
Chrome / Safari / Firefox
Slack / Discord

JPG and JPEG are identical formats - The only difference is the file extension. Some older software, upload systems, and APIs are strict about which extension they accept, refusing .jpg when they expect .jpeg or vice versa. This converter re-saves your image with the required extension instantly, without altering a single pixel of the image data.

Another common use is re-compressing the image at a specific quality level. If you received a file that is too large for email or upload limits, running it through this converter with a lower quality setting reduces the file size while keeping the JPG format unchanged. This is the right approach when you need a smaller version but the destination specifically requires the .jpg or .jpeg extension.

Some older digital cameras and image processing scripts produce .jpeg files, while most modern tools and platforms default to .jpg. Using this converter ensures your file always has the extension your specific workflow or platform requires, with no manual renaming or metadata concerns.

  • JPEG and JPG are byte-identical formats - never re-encode just to switch extensions, simply rename.
  • In Lightroom, set File Renaming on export to {filename}.jpg explicitly to override Mac defaults that produce .jpeg.
  • Bulk rename a folder on Windows with PowerShell: Get-ChildItem *.jpeg | Rename-Item -NewName { $_.Name -replace '.jpeg$', '.jpg' }.
  • On macOS use the Finder rename tool (right-click > Rename Items) for batches up to thousands of files.
  • If your target system rejects .jpeg, our converter is the safest one-click fix that won't strip your EXIF or ICC profile.
Re-compresses the JPG at your chosen quality level to reduce file size
Strip EXIF metadata option removes GPS, camera, and editing data
Resize option reduces pixel dimensions for email and web sharing
Files auto-deleted after 24 hours, nothing stored permanently
JPEG

JPEG – Joint Photographic Experts Group

JPG (JPEG) is the most widely used raster image format on the web. It uses lossy compression to reduce file size while maintaining acceptable quality - Perfect for photographs and images with smooth colour gradients.
JPG Converter
JPG

JPG – Joint Photographic Experts Group

JPG (JPEG) is the world's most compatible image format - Supported on every device, browser, printer, and application. Lossy compression keeps file sizes small.
JPG Converter
  • Convert JPEG to JPG for formats that require JPG specifically — check whether your target platform needs it.
  • Files are processed securely and deleted automatically after 24 hours.
  • If the output looks different from expected, check that the source file is not corrupted or password-protected.

No - same format, different extension. JPG is the legacy three-character DOS/Windows version; JPEG is the four-character version preferred on Unix-derived systems. The internal data is identical.

No - our converter renames the file without re-encoding the pixel data. Every byte of compressed image data and every metadata field is preserved exactly.

Apple Preview, Photos, and Image Capture default to the four-letter .jpeg extension. You can change this in some apps' export dialogs, or batch-rename to .jpg afterwards.

Yes - the reverse rename works identically. Some Unix scripts and certain academic publishing tools expect .jpeg specifically. Use the same rename approach in reverse. Read more: JPG vs JPEG: What Is the Difference?

Rename manually in Finder, Explorer, or your terminal of choice. For massive batches the rsync or rclone commands also accept a rename filter on copy.