Every common file format, explained

A no-nonsense reference. Each entry links to the free Toolsii tool that handles it.

Documents

Portable Document Format — universal print/read format. Use for anything that must look identical everywhere.
Modern Word format. Editable, keeps styles. Convert to PDF for sharing.
E-book formats. EPUB is the open standard; MOBI/AZW3 are Amazon Kindle.

Images

JPG / JPEG
Lossy photo format. Best for photographs, worst for text/UI.
Lossless with transparency. Best for logos, UI, screenshots.
Google's modern format. ~30% smaller than JPG at same quality.
Newest format. ~50% smaller than JPG, slower to encode.
Apple's iPhone default. Small but poor Windows/Web support — convert first.
Vector graphics as XML. Infinitely scalable.
RAW (CR2/NEF/ARW)
Camera sensor dumps. Huge, need conversion for the web.

Archives & fonts

Universal archive. Every OS opens it natively.
RAR / 7z / TAR.GZ
Alternative archives — better compression, less native support.
TTF / OTF → WOFF2
Web font format. ~30% smaller than TTF for the same glyphs.

← Back to Learn