← Back to the File Type Identifier
Images
- PNG.png
Portable Network Graphics, a lossless raster image format.
- JPEG.jpg
A lossy-compressed raster image format, ubiquitous for photos.
- GIF.gif
Graphics Interchange Format — indexed-color raster images and simple animation.
- BMP.bmp
Windows Bitmap, an uncompressed (or lightly compressed) raster image format.
- TIFF.tif
Tagged Image File Format, a flexible raster container used in scanning and print.
- ICO.ico
Windows icon file, containing one or more small raster images.
- WebP.webp
Google's WebP format, a RIFF container for lossy or lossless images.
- AVIF.avif
AV1 Image File Format, a modern still-image format based on the AV1 video codec.
- HEIC.heic
High Efficiency Image Container, Apple's default photo format since iOS 11.
- HEIF.heif
High Efficiency Image Format, the general still-image profile of the HEIF container.
- SVG.svg
Scalable Vector Graphics, an XML-based vector image format.
Video
- MP4.mp4
MPEG-4 Part 14, the standard ISO-BMFF container for video/audio on the web.
- QuickTime Movie.mov
Apple QuickTime container, the ancestor of the modern MP4 format.
- M4V.m4v
Apple's MPEG-4 video variant, commonly DRM-wrapped iTunes video.
- 3GP.3gp
3GPP multimedia container, designed for mobile phones.
- WebM.webm
An open, royalty-free video container built on Matroska/EBML.
- Matroska.mkv
Matroska, an open multimedia container supporting nearly any codec.
- AVI.avi
Audio Video Interleave, Microsoft's classic RIFF video container.
Audio
- MP3.mp3
MPEG-1/2 Audio Layer III, the ubiquitous lossy audio format.
- FLAC.flac
Free Lossless Audio Codec, a lossless compressed audio format.
- WAV.wav
Waveform Audio, an uncompressed (typically PCM) RIFF audio container.
- Ogg.ogg
Ogg container, commonly wrapping Vorbis/Opus audio or Theora video.
- M4A.m4a
MPEG-4 audio, typically AAC-encoded, in an ISO-BMFF container.
Archives & compression
- ZIP.zip
A ZIP archive — also the container format underlying docx/xlsx/pptx, jar, apk and epub.
- GZIP.gz
Gzip-compressed data, typically wrapping a single file or a tarball.
- BZIP2.bz2
Bzip2-compressed data, using the Burrows-Wheeler block-sorting algorithm.
- XZ.xz
XZ-compressed data, typically using the LZMA2 algorithm.
- Zstandard.zst
Zstandard-compressed data, a fast modern compression format from Meta.
- 7-Zip.7z
A 7-Zip archive, usually with a high compression ratio via LZMA/LZMA2.
- RAR5.rar
A RAR archive using the RAR 5.0 format.
- RAR (4.x).rar
A RAR archive using the RAR 1.5-4.x format.
- TAR.tar
A POSIX tape archive — an uncompressed sequential-file container.
- Android APK.apk
An Android application package — a ZIP archive of compiled code, resources and a manifest.
- Java JAR.jar
A Java Archive — a ZIP bundling compiled .class files and a manifest.
Documents
- PDF.pdf
Portable Document Format, Adobe's fixed-layout document standard.
- RTF.rtf
Rich Text Format, a cross-platform formatted-text document format.
- OLE2 / CFB.doc
Compound File Binary format — the legacy container behind .doc/.xls/.ppt and .msi installers.
- Word document (docx).docx
A Microsoft Word document in the Office Open XML format.
- Excel workbook (xlsx).xlsx
A Microsoft Excel workbook in the Office Open XML format.
- PowerPoint presentation (pptx).pptx
A Microsoft PowerPoint presentation in the Office Open XML format.
- EPUB.epub
An EPUB e-book — a ZIP archive containing XHTML content and a manifest.
Data & databases
Executables & bytecode
- ELF executable.elf
Executable and Linkable Format — the Linux/Unix binary and shared-object format.
- PE (Windows executable).exe
Portable Executable — the Windows .exe/.dll binary format.
- Mach-O executable.dylib
A macOS/iOS Mach-O executable, dylib or bundle.
- Mach-O (universal/fat).dylib
A macOS universal (fat) Mach-O binary bundling multiple architectures.
- Java class file.class
Compiled Java bytecode, executed by the JVM.
- WebAssembly.wasm
A compiled WebAssembly binary module.
- Android DEX.dex
Dalvik Executable format — compiled bytecode for the Android runtime.