File formats
We work with 43 different formats. Here is what each one is, what it is used for, and what you can convert it into.
Image
-
JPG
.jpg, .jpeg
The most widespread image format. It uses lossy compression, giving small files that are ideal for photos and for publishing online.
-
PNG
.png
Lossless image format with transparency support. The best choice for logos, screenshots and graphics containing text.
-
WEBP
.webp
A modern Google format that weighs 25β35% less than JPG at the same quality. It supports transparency and animation.
-
AVIF
.avif
The most efficient image format available today. It produces files up to 50% lighter than JPG, though it takes a little longer to encode.
-
HEIC
.heic, .heif
The format the iPhone has used for photos since iOS 11. It is compact, but Windows and many websites cannot open it, so it is usually converted to JPG.
-
GIF
.gif
A classic format limited to 256 colours, best known for short looping animations.
-
BMP
.bmp
An uncompressed Windows bitmap. It keeps full quality but produces very heavy files.
-
TIFF
.tiff, .tif
The standard for printing, scanning and professional archiving. It supports multiple pages in one file and lossless compression.
-
ICO
.ico
The icon format used by Windows and by website favicons. A single file can hold several sizes at once.
-
SVG
.svg
A vector graphic defined by formulas instead of pixels, so it scales to any size without losing sharpness. Ideal for logos and icons.
Document
-
DOCX
.docx
Microsoft Word's format since 2007. It is editable, which is why it is what people ask for when a text still needs to be worked on.
-
ODT
.odt
An open text document used by LibreOffice and OpenOffice. It is a free standard equivalent to DOCX.
-
RTF
.rtf
Text with basic formatting that opens in virtually any word processor, even very old ones. Useful as a compatibility format.
-
TXT
.txt
Plain text with no formatting at all. It is the lightest and most compatible format there is, and it never gets corrupted.
-
Markdown
.md, .markdown
Text with simple markers such as # or ** to apply formatting. It is the standard for technical documentation and blogs.
-
HTML
.html, .htm
The language web pages are written in. Any browser opens it with nothing to install.
-
EPUB
.epub
The open ebook standard. The text reflows to fit the screen, which makes it far more comfortable to read than a PDF on an e-reader or phone.
Spreadsheet
-
XLSX
.xlsx
Microsoft Excel's format since 2007. It stores formulas, multiple sheets and cell formatting.
-
XLS
.xls
Excel's old pre-2007 format. It still shows up in legacy files and is worth converting to XLSX.
-
ODS
.ods
The open LibreOffice and OpenOffice spreadsheet, the free equivalent of XLSX.
-
CSV
.csv
A plain-text table with values separated by commas. It is the format almost every program accepts for importing and exporting data.
-
TSV
.tsv
Like CSV but separated by tabs. It avoids problems when the data itself contains commas.
Audio
-
MP3
.mp3
The most compatible audio format in the world. It sounds good, takes little space, and plays on absolutely any device.
-
WAV
.wav
Uncompressed, lossless audio. It is the working format for recording and editing, though it takes a lot of space.
-
OGG
.ogg, .oga
A free, patent-free audio format. At the same file size it sounds slightly better than MP3.
-
FLAC
.flac
Compressed audio with no quality loss whatsoever. It takes half the space of a WAV and sounds exactly the same.
-
AAC
.aac
MP3's successor, with better quality at the same size. It is the format used by YouTube, Apple and most streaming services.
-
M4A
.m4a
Apple's audio container, used by iTunes and iPhone voice memos. Inside, it usually holds AAC audio.
-
OPUS
.opus
The most efficient codec for voice and music at small sizes. It is what WhatsApp and video calls use.
Video
-
MP4
.mp4, .m4v
The universal video format. It plays on any phone, TV or browser without installing codecs.
-
WEBM
.webm
A free video format built for the web. It is lightweight and plays in every modern browser.
-
MKV
.mkv
A very flexible container that holds multiple audio tracks and subtitles in one file. Common for films and TV series.
-
MOV
.mov
Apple's video format, the one the iPhone records in. It causes trouble on Windows, so it is usually converted to MP4.
-
AVI
.avi
The classic Windows video container. Still very common in older files, though it produces large ones.
Archives
-
ZIP
.zip
The most universal compression format. Windows, Mac and Android open it with nothing installed.
-
TAR
.tar
The classic Linux package. It groups several files into one, usually combined with GZIP compression.
-
GZIP
.gz
The standard compression on Linux and web servers. It compresses a single file very effectively.
-
7Z
.7z
7-Zip's format, with a better compression ratio than ZIP. Windows cannot open it out of the box.
-
RAR
.rar
WinRAR's proprietary format, very common in downloads. It can be extracted freely but not created without a licence.
Data
-
JSON
.json
The standard format for exchanging data between programs and APIs. It is human-readable and easy to process.
-
XML
.xml
A tag-based structured data format. Widely used in enterprise systems, e-invoicing and configuration files.
-
YAML
.yaml, .yml
A data format designed to be comfortable for people to read and write. It is the usual choice for configuration files.