MIME-Typen Referenz
Schnelle Suche nach MIME-Typen für Dateiendungen mit Suche und Kategorie-Filter
Dokument(17)
application/pdf
application/msword
application/vnd.openxmlformats-officedocument.wordprocessingml.document
application/vnd.ms-excel
application/vnd.openxmlformats-officedocument.spreadsheetml.sheet
application/vnd.ms-powerpoint
application/vnd.openxmlformats-officedocument.presentationml.presentation
text/plain
application/rtf
application/vnd.oasis.opendocument.text
application/vnd.oasis.opendocument.spreadsheet
application/vnd.oasis.opendocument.presentation
text/csv
application/json
application/xml
text/html
text/html
Bild(15)
image/jpeg
image/jpeg
image/png
image/gif
image/webp
image/svg+xml
image/x-icon
image/bmp
image/tiff
image/tiff
image/avif
image/heic
image/heif
image/vnd.adobe.photoshop
image/raw
Audio(10)
audio/mpeg
audio/wav
audio/ogg
audio/mp4
audio/flac
audio/aac
audio/x-ms-wma
audio/aiff
audio/midi
audio/midi
Video(12)
video/mp4
video/webm
video/x-msvideo
video/quicktime
video/x-ms-wmv
video/x-flv
video/x-matroska
video/mp4
video/mpeg
video/mpeg
video/3gpp
video/mp2t
Archiv(9)
application/zip
application/vnd.rar
application/x-7z-compressed
application/x-tar
application/gzip
application/x-bzip2
application/x-xz
application/x-iso9660-image
application/x-apple-diskimage
Code(31)
application/javascript
application/javascript
application/typescript
application/typescript
application/javascript
text/css
text/x-scss
text/x-sass
text/x-less
text/x-python
text/x-java
text/x-c
text/x-c++
text/x-c
text/x-c++
text/x-csharp
text/x-go
text/x-rust
text/x-ruby
text/x-php
text/x-swift
text/x-kotlin
application/sql
application/x-sh
application/x-sh
application/x-yaml
application/x-yaml
application/toml
text/x-ini
text/x-vue
text/x-svelte
Schrift(5)
font/woff
font/woff2
font/ttf
font/otf
application/vnd.ms-fontobject
Andere(16)
application/vnd.microsoft.portable-executable
application/x-msi
application/vnd.android.package-archive
application/octet-stream
application/vnd.debian.binary-package
application/x-rpm
application/java-archive
application/java-archive
application/x-shockwave-flash
application/x-chrome-extension
application/x-xpinstall
application/x-bittorrent
text/calendar
text/vcard
application/epub+zip
application/x-mobipocket-ebook
Was ist ein MIME-Typ?
MIME-Typen (Multipurpose Internet Mail Extensions) sind ein Standard zur Kennzeichnung der Art und Format von Dokumenten, Dateien oder Byte-Streams. Browser und Server verwenden MIME-Typen um zu bestimmen, wie Inhalte behandelt werden. Beispiel: image/jpeg signalisiert dem Browser ein Bild anzuzeigen, application/pdf könnte eine PDF-Vorschau öffnen.
Verwendung
Verwenden Sie das Suchfeld um schnell bestimmte Endungen oder MIME-Typen zu finden. Klicken Sie auf Kategorie-Tags um nach Dateityp zu filtern. Jede Karte hat zwei Buttons zum Kopieren der Endung oder des MIME-Typs.
Typ-Kategorien
- Dokument: PDF, Office-Dateien, Textdateien, etc.
- Bild: JPEG, PNG, WebP, SVG, etc.
- Audio: MP3, WAV, FLAC, AAC, etc.
- Video: MP4, WebM, AVI, MKV, etc.
- Archiv: ZIP, RAR, 7z, TAR, etc.
- Code: JavaScript, Python, CSS, etc.
- Schriftart: WOFF, TTF, OTF, etc.
FAQ
Q: Was ist der Zweck von MIME-Typen?
A: MIME-Typen signalisieren Browsern, wie empfangene Inhalte behandelt werden. Beispiel: Server sendet image/png, Browser rendert Bild; text/html wird als Webseite analysiert. Korrekte MIME-Typen sorgen für richtige Darstellung und Verarbeitung.
Q: Wie setze ich den MIME-Typ einer Datei?
A: Auf Webservern können MIME-Typen durch Konfigurationsdateien oder Code gesetzt werden. Nginx verwendet mime.types Config, Apache AddType-Direktive. In Code können HTTP-Responses MIME-Typ via Content-Type Header setzen.
Q: Welche Probleme können falsche MIME-Typen verursachen?
A: Falsche MIME-Typen können verursachen: Browser kann Inhalte nicht richtig rendern (Bilder als Download), Sicherheitsrisiken (HTML als Text), Browser-Sicherheitspolitik fehlerhaft (Scripts nicht ausgeführt).
Q: Was ist application/octet-stream?
A: application/octet-stream ist ein generischer Binär-Stream-Typ für unbekannte Binärdaten. Wenn Server den spezifischen Dateityp nicht kennt, wird typischerweise dieser Typ verwendet. Browser bietet Download anstatt zu versuchen, die Datei zu öffnen.