RUNWEBTOOLS
Nederlands

MIME-typen-referentie

Een MIME-type (ook wel mediatype of content-type genoemd) vertelt software welk soort gegevens een bestand bevat — bijvoorbeeld image/png of application/json. Het is de type/subtype-waarde die een server in de Content-Type-header stuurt, en wat een browser meer vertrouwt dan de bestandsextensie. Hier de gebruikelijke.

Bijgewerkt 2026-07-06

ExtensieMIME-typeBeschrijving
.txttext/plainPlatte tekst
.htmltext/htmlHTML-document
.csstext/cssCascading style sheet
.csvtext/csvDoor komma's gescheiden waarden
.mdtext/markdownMarkdown-tekst
.jstext/javascriptJavaScript (moderne registratie)
.jsonapplication/jsonJSON-gegevens
.xmlapplication/xmlXML-gegevens
.pdfapplication/pdfPDF-document
.zipapplication/zipZIP-archief
.gzapplication/gzipGzip-archief
.tarapplication/x-tarTar-archief
.rarapplication/vnd.rarRAR-archief
.7zapplication/x-7z-compressed7-Zip-archief
.binapplication/octet-streamWillekeurige binaire gegevens (standaarddownload)
.docapplication/mswordMicrosoft Word (verouderd)
.docxapplication/vnd.openxmlformats-officedocument.wordprocessingml.documentMicrosoft Word
.xlsapplication/vnd.ms-excelMicrosoft Excel (verouderd)
.xlsxapplication/vnd.openxmlformats-officedocument.spreadsheetml.sheetMicrosoft Excel
.pptapplication/vnd.ms-powerpointMicrosoft PowerPoint (verouderd)
.pptxapplication/vnd.openxmlformats-officedocument.presentationml.presentationMicrosoft PowerPoint
.rtfapplication/rtfRich Text Format (RTF)
.wasmapplication/wasmWebAssembly-module
.pngimage/pngPNG-afbeelding
.jpgimage/jpegJPEG-afbeelding (ook .jpeg)
.gifimage/gifGIF-afbeelding
.webpimage/webpWebP-afbeelding
.svgimage/svg+xmlSVG-vectorafbeelding
.bmpimage/bmpBitmap-afbeelding
.icoimage/vnd.microsoft.iconPictogram (favicon)
.tifimage/tiffTIFF-afbeelding (ook .tiff)
.avifimage/avifAVIF-afbeelding
.heicimage/heicHEIC-afbeelding (Apple)
.mp3audio/mpegMP3-audio
.wavaudio/wavWAV-audio
.oggaudio/oggOgg-audio
.m4aaudio/mp4MPEG-4-audio
.webaaudio/webmWebM-audio
.aacaudio/aacAAC-audio
.mp4video/mp4MP4-video
.webmvideo/webmWebM-video
.ogvvideo/oggOgg-video
.movvideo/quicktimeQuickTime-video
.avivideo/x-msvideoAVI-video
.mkvvideo/x-matroskaMatroska-video
.wofffont/woffWeb Open Font Format
.woff2font/woff2Web Open Font Format 2
.ttffont/ttfTrueType-lettertype
.otffont/otfOpenType-lettertype
(form)application/x-www-form-urlencodedURL-gecodeerde formulierinzending
(upload)multipart/form-dataFormulier met bestandsuploads

Gerelateerde tools