Handytool
OntwikkelaarGratisLokaal uitvoeren

MIME type lookup

Slå op MIME typen op bestandsextensie of zoek op content type — dekt afbeeldingen, video, audio, documenten en lettertypes.

Groep
  • image/png

    Portable Network Graphics — lossless raster, transparent.

    ext.png
  • image/jpeg

    JPEG — lossy raster image, no transparency.

    ext.jpg .jpeg
  • image/webp

    Modern web image format with both lossy and lossless modes.

    ext.webp
  • image/avif

    AV1 still image — small files, wide gamut.

    ext.avif
  • image/gif

    Animated raster image, indexed palette.

    ext.gif
  • image/svg+xml

    Scalable Vector Graphics — XML-based vector format.

    ext.svg
  • image/heic

    Apple HEIF still image, HEVC-compressed.

    ext.heic
  • image/heif

    High Efficiency Image Format container.

    ext.heif
  • image/bmp

    Windows Bitmap — uncompressed raster.

    ext.bmp
  • image/tiff

    Tagged Image File Format, common in print.

    ext.tif .tiff
  • image/x-icon

    Windows / favicon icon container.

    ext.ico
  • video/mp4

    MPEG-4 Part 14 — most common video container.

    ext.mp4 .m4v
  • video/webm

    WebM container, typically VP8/VP9/AV1 + Vorbis/Opus.

    ext.webm
  • video/quicktime

    Apple QuickTime container.

    ext.mov .qt
  • video/x-matroska

    Matroska multimedia container.

    ext.mkv
  • video/x-msvideo

    Audio Video Interleave (legacy Microsoft container).

    ext.avi
  • audio/mpeg

    MPEG-1 Audio Layer III — most common lossy audio.

    ext.mp3
  • audio/wav

    Waveform Audio File Format — uncompressed PCM.

    ext.wav
  • audio/ogg

    Ogg container, typically Vorbis or Opus audio.

    ext.ogg .oga
  • audio/mp4

    MPEG-4 audio container, AAC by default.

    ext.m4a
  • audio/flac

    Free Lossless Audio Codec.

    ext.flac
  • audio/webm

    WebM audio (Opus or Vorbis).

    ext.weba
  • text/html

    HyperText Markup Language.

    ext.html .htm
  • text/css

    Cascading Style Sheets.

    ext.css
  • text/plain

    Plain text, no formatting.

    ext.txt
  • text/csv

    Comma-separated values.

    ext.csv
  • text/markdown

    Markdown plain-text formatting.

    ext.md .markdown
  • text/xml

    Extensible Markup Language (text variant).

    ext.xml
  • application/json

    JavaScript Object Notation.

    ext.json
  • application/pdf

    Portable Document Format.

    ext.pdf
  • application/zip

    ZIP archive.

    ext.zip
  • application/gzip

    Gzip-compressed file.

    ext.gz
  • application/x-tar

    Tape archive (uncompressed).

    ext.tar
  • application/x-7z-compressed

    7-Zip compressed archive.

    ext.7z
  • application/x-rar-compressed

    RAR compressed archive.

    ext.rar
  • application/javascript

    JavaScript source.

    ext.js .mjs
  • application/wasm

    WebAssembly binary module.

    ext.wasm
  • application/xml

    Extensible Markup Language (application variant).

    ext.xml
  • application/yaml

    YAML Ain't Markup Language.

    ext.yaml .yml
  • application/sql

    Structured Query Language script.

    ext.sql
  • application/vnd.openxmlformats-officedocument.wordprocessingml.document

    Microsoft Word (Office Open XML).

    ext.docx
  • application/vnd.openxmlformats-officedocument.spreadsheetml.sheet

    Microsoft Excel (Office Open XML).

    ext.xlsx
  • application/vnd.openxmlformats-officedocument.presentationml.presentation

    Microsoft PowerPoint (Office Open XML).

    ext.pptx
  • application/msword

    Legacy Microsoft Word document.

    ext.doc
  • application/epub+zip

    EPUB e-book.

    ext.epub
  • application/x-fictionbook+xml

    FictionBook 2.x e-book.

    ext.fb2
  • application/octet-stream

    Arbitrary binary data — no specific format.

    ext.bin
  • font/woff

    Web Open Font Format 1.0.

    ext.woff
  • font/woff2

    Web Open Font Format 2.0 (better compression).

    ext.woff2
  • font/ttf

    TrueType font.

    ext.ttf
  • font/otf

    OpenType font.

    ext.otf

Over MIME type lookup

Handytool's MIME type lookup helpt je de juiste Content-Type header voor elk bestand te vinden — of je nu een web server configureert, een API bouwt of een upload formulier filtert. Zoek op extensie (.png, .pdf, .epub) of op media type (image/png, application/pdf) en filter op groep. Elk item bevat het canonieke IANA-geregistreerde MIME type, de bestandsextensies die het gewoonlijk gebruiken en een eenregelbeschrijving.

Functies van MIME type lookup

  • 01

    Zoek op extensie of MIME

    Type .webp of webp om image/webp te vinden; type pdf of application/pdf om het documenttype te vinden; type "font" om alle font media typen te zien.

  • 02

    Groepfilter

    Verklein resultaten naar image, video, audio, text, application of font wanneer je alleen om een bepaalde bestandsfamilie geeft.

  • 03

    Echte-wereld dekking

    Bevat de formaten waar ontwikkelaars werkelijk mee omgaan — Office Open XML (docx, xlsx), moderne afbeeldingsformaten (avif, heic) en minder bekende zoals FB2, EPUB en WebAssembly.

Veelgestelde vragen over MIME type lookup

Waarom zijn sommige extensies gekaart naar meerdere MIME typen?
Een enkele extensie kan door meerdere legitieme typen worden gebruikt — bijvoorbeeld .xml is zowel text/xml als application/xml. Gebruik welke overeenkomt met de manier waarop je tooling het bestand verwacht in te nemen.
Wat is het verschil tussen application/octet-stream en een bepaald type?
application/octet-stream is de fallback voor willekeurige binaire gegevens wanneer geen bepaald type bekend is. Browsers vragen meestal om dergelijke antwoorden te downloaden. Gebruik een bepaald type wanneer je kunt — het stelt in-browser preview en correcte verwerking in.
Is heic werkelijk image/heic of image/heif?
Beide bestaan — image/heic verwijst naar HEIF-bestanden met behulp van de HEVC codec (het meest voorkomend geval op iPhones), terwijl image/heif het meer algemene container type is. De meeste servers gebruiken image/heic voor .heic uploads.
Zijn font/woff en application/font-woff hetzelfde?
font/woff is het moderne, IANA-geregistreerde type. De oudere application/font-woff is nog steeds te zien in legacy configs, maar moet worden gemigreerd.

Gerelateerde tools

Ontwikkelaar

Ontdek meer tools

Alle tools