Handytool
डेवलपरमुफ़्तस्थानीय रूप से चलता है

MIME type lookup

File extension द्वारा MIME types को देखें या content type द्वारा search करें — images, video, audio, documents, और fonts को cover करता है।

Group
  • 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

MIME type lookup के बारे में

Handytool का MIME type lookup आपको किसी भी file के लिए सही Content-Type header खोजने में मदद करता है — whether आप एक web server को configure कर रहे हों, एक API build कर रहे हों, या एक upload form को filter कर रहे हों। Extension (.png, .pdf, .epub) द्वारा या media type (image/png, application/pdf) द्वारा search करें, और group द्वारा filter करें। हर entry में canonical IANA-registered MIME type, file extensions जो commonly इसे use करते हैं, और एक one-line description है।

MIME type lookup की विशेषताएँ

  • 01

    Extension या MIME द्वारा search करें

    .webp या webp को type करें image/webp को खोजने के लिए; pdf या application/pdf को type करें document type को खोजने के लिए; "font" को type करें सभी font media types को देखने के लिए।

  • 02

    Group filter

    Results को image, video, audio, text, application, या font में narrow करें जब आप सिर्फ एक particular family of files की care करते हैं।

  • 03

    Real-world coverage

    Formats को includes करता है जिन्हें developers actually deal करते हैं — Office Open XML (docx, xlsx), modern image formats (avif, heic), और lesser-known ones जैसे FB2, EPUB, और WebAssembly।

MIME type lookup अक्सर पूछे जाने वाले प्रश्न

कुछ extensions को क्यों कई MIME types में map किया जाता है?
एक single extension को multiple legitimate types द्वारा उपयोग किया जा सकता है — उदाहरण के लिए .xml text/xml और application/xml दोनों है। उपयोग करें whichever आपकी tooling को consume करने के लिए expect करता है।
application/octet-stream और एक specific type के बीच क्या अंतर है?
application/octet-stream arbitrary binary data के लिए fallback है जब कोई specific type known नहीं है। Browsers usually ऐसे responses को download करने के लिए prompt करते हैं। जब आप कर सकते हैं तब एक specific type का उपयोग करें — यह in-browser preview और correct handling को enable करता है।
क्या heic image/heic है या image/heif?
दोनों exist करते हैं — image/heic HEIF files को refer करता है जो HEVC codec (iPhones पर most common case) का उपयोग करती है, जबकि image/heif अधिक general container type है। अधिकांश servers .heic uploads के लिए image/heic का उपयोग करते हैं।
क्या font/woff और application/font-woff same हैं?
font/woff modern, IANA-registered type है। पुराना application/font-woff अभी भी legacy configs में देखा जाता है लेकिन migrate किया जाना चाहिए।

संबंधित टूल

डेवलपर

अन्य टूल्स देखें

सभी टूल