MIME type lookup
Slå op MIME typen op bestandsextensie of zoek op content type — dekt afbeeldingen, video, audio, documenten en lettertypes.
image/pngPortable Network Graphics — lossless raster, transparent.
ext.pngimage/jpegJPEG — lossy raster image, no transparency.
ext.jpg .jpegimage/webpModern web image format with both lossy and lossless modes.
ext.webpimage/avifAV1 still image — small files, wide gamut.
ext.avifimage/gifAnimated raster image, indexed palette.
ext.gifimage/svg+xmlScalable Vector Graphics — XML-based vector format.
ext.svgimage/heicApple HEIF still image, HEVC-compressed.
ext.heicimage/heifHigh Efficiency Image Format container.
ext.heifimage/bmpWindows Bitmap — uncompressed raster.
ext.bmpimage/tiffTagged Image File Format, common in print.
ext.tif .tiffimage/x-iconWindows / favicon icon container.
ext.icovideo/mp4MPEG-4 Part 14 — most common video container.
ext.mp4 .m4vvideo/webmWebM container, typically VP8/VP9/AV1 + Vorbis/Opus.
ext.webmvideo/quicktimeApple QuickTime container.
ext.mov .qtvideo/x-matroskaMatroska multimedia container.
ext.mkvvideo/x-msvideoAudio Video Interleave (legacy Microsoft container).
ext.aviaudio/mpegMPEG-1 Audio Layer III — most common lossy audio.
ext.mp3audio/wavWaveform Audio File Format — uncompressed PCM.
ext.wavaudio/oggOgg container, typically Vorbis or Opus audio.
ext.ogg .ogaaudio/mp4MPEG-4 audio container, AAC by default.
ext.m4aaudio/flacFree Lossless Audio Codec.
ext.flacaudio/webmWebM audio (Opus or Vorbis).
ext.webatext/htmlHyperText Markup Language.
ext.html .htmtext/cssCascading Style Sheets.
ext.csstext/plainPlain text, no formatting.
ext.txttext/csvComma-separated values.
ext.csvtext/markdownMarkdown plain-text formatting.
ext.md .markdowntext/xmlExtensible Markup Language (text variant).
ext.xmlapplication/jsonJavaScript Object Notation.
ext.jsonapplication/pdfPortable Document Format.
ext.pdfapplication/zipZIP archive.
ext.zipapplication/gzipGzip-compressed file.
ext.gzapplication/x-tarTape archive (uncompressed).
ext.tarapplication/x-7z-compressed7-Zip compressed archive.
ext.7zapplication/x-rar-compressedRAR compressed archive.
ext.rarapplication/javascriptJavaScript source.
ext.js .mjsapplication/wasmWebAssembly binary module.
ext.wasmapplication/xmlExtensible Markup Language (application variant).
ext.xmlapplication/yamlYAML Ain't Markup Language.
ext.yaml .ymlapplication/sqlStructured Query Language script.
ext.sqlapplication/vnd.openxmlformats-officedocument.wordprocessingml.documentMicrosoft Word (Office Open XML).
ext.docxapplication/vnd.openxmlformats-officedocument.spreadsheetml.sheetMicrosoft Excel (Office Open XML).
ext.xlsxapplication/vnd.openxmlformats-officedocument.presentationml.presentationMicrosoft PowerPoint (Office Open XML).
ext.pptxapplication/mswordLegacy Microsoft Word document.
ext.docapplication/epub+zipEPUB e-book.
ext.epubapplication/x-fictionbook+xmlFictionBook 2.x e-book.
ext.fb2application/octet-streamArbitrary binary data — no specific format.
ext.binfont/woffWeb Open Font Format 1.0.
ext.wofffont/woff2Web Open Font Format 2.0 (better compression).
ext.woff2font/ttfTrueType font.
ext.ttffont/otfOpenType 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 →- Live
HTTP status code lookup
Slå op willekeurige HTTP status code — 1xx tot 5xx — met een beschrijving in gewone Nederlands.
OntwikkelaarGratisLokaal uitvoerenOpenen - Live
Regex-tester
Test JavaScript reguliere expressies tegen willekeurige tekst — zie matches, capture groups en vervangingen live in je browser.
OntwikkelaarGratisLokaal uitvoerenOpenen - Live
Diff-viewer
Vergelijk twee tekststukken naast elkaar — line, word of character diff — privé in je browser.
OntwikkelaarGratisLokaal uitvoerenOpenen
Ontdek meer tools
Alle tools →- Live
Pdf naar JPG
Converteer elke pagina van een PDF naar een scherpe JPG-, PNG- of WebP-afbeelding rechtstreeks in je browser — geen upload, geen kwaliteitsverlies.
PdfGratisLokaal uitvoerenOpenen - Live
Achtergrond verwijderen
Verwijder de achtergrond van een foto met een AI-model in je browser — geen upload, je afbeeldingen blijven op je apparaat.
AfbeeldingGratisLokaal uitvoerenOpenen - Live
Video knippen
Knip het begin of einde van een video met frame-nauwkeurigheid.
VideoGratisOpenen - Live
Audio knippen
Knip een stuk uit een audiobestand.
AudioGratisLokaal uitvoerenOpenen - Live
Markdown naar HTML
Zet Markdown om in schone HTML.
DocumentGratisLokaal uitvoerenOpenen