Processed on your device

No server copy

No server upload

104 file formats

Free tools

Basics · Concept

What Is a File Format?

Every file on your computer is just bytes. A file format is the shared contract that tells programs which bytes mean pixels, which mean audio samples, which mean text, and where metadata lives. Without that contract, “opening” a file is guessing.

Quick take: A file format is an agreed structure for storing digital information — bytes arranged so software knows how to read images, video, documents, or data.

Format vs extension

People say “JPG format” when they mean the JPEG encoding rules. The .jpg extension is only a label on the filename — helpful, but not the format itself. Renaming .png to .jpg does not convert the file.

Why formats multiply

Different jobs need different tradeoffs: quality vs size, editability vs universality, transparency vs photos. That is why PNG, JPG, WebP, and SVG all exist for “images.”

Why Format Convertly cares

Conversion means translating from one format’s rules to another’s. Knowing what a format is makes “pick the right target” less mysterious.

Key points

  • A format is a specification for bytes, not just a three-letter name.
  • Software must implement readers/writers for that specification.
  • Extensions hint at the format; contents define it.

Examples

JPG

A lossy image format optimized for photographs.

MP4

A media container that usually holds compressed video and audio tracks.

PDF

A document format that preserves fixed-layout pages across devices.

Try it in a converter

Concepts stick better with a real file — processing stays in your browser.

Related concepts

FAQ

Is a file format the same as a program?

No. Formats are standards (or de-facto standards). Many programs can open the same format.

Browse all conversion concepts or jump to converters.