MIME type lookup
ค้นหา MIME type โดยไฟล์ extension หรือค้นหาด้วย content type — cover image, video, audio, document และ font
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
เกี่ยวกับ MIME type lookup
MIME type lookup ของ Handytool ช่วยให้คุณหา right Content-Type header สำหรับ file ใดๆ — ไม่ว่าคุณจะ configure web server, build API หรือ filter upload form ค้นหาด้วย extension (.png, .pdf, .epub) หรือด้วย media type (image/png, application/pdf) และ filter โดย group Entry แต่ละอันรวม canonical IANA-registered MIME type, file extension ที่ commonly ใช้มัน และ one-line description
คุณสมบัติของ MIME type lookup
- 01
ค้นหาด้วย extension หรือ MIME
พิมพ์ .webp หรือ webp เพื่อหา image/webp; พิมพ์ pdf หรือ application/pdf เพื่อหา document type; พิมพ์ "font" เพื่อดู font media type ทั้งหมด
- 02
Group filter
Narrow result ไปยัง image, video, audio, text, application หรือ font เมื่อคุณ care เฉพาะเกี่ยวกับ family file เป็นต้น
- 03
Real-world coverage
รวม format ที่ developer จริงๆ deal — Office Open XML (docx, xlsx), modern image format (avif, heic) และ lesser-known อย่าง FB2, EPUB และ WebAssembly
คำถามที่พบบ่อยของ MIME type lookup
- ทำไม extension บางส่วนจึง mapped ไปยัง MIME type หลายตัว?
- Single extension สามารถใช้โดย legitimate type หลายตัว — ตัวอย่างเช่น .xml คือ text/xml และ application/xml ใช้ whichever ที่ match วิธีที่ tooling ของคุณ expect ที่จะ consume file
- ความแตกต่างระหว่าง application/octet-stream และ specific type คืออะไร?
- application/octet-stream คือ fallback สำหรับ arbitrary binary data เมื่อ no specific type known browser usually prompt ดาวน์โหลด response เช่นนี้ ใช้ specific type เมื่อใดก็ตาม — มันเปิดใช้งาน in-browser preview และ correct handling
- Heic จริงๆ image/heic หรือ image/heif?
- ทั้งคู่มีอยู่ — image/heic หมายถึง HEIF file โดยใช้ HEVC codec (most common case บน iPhone) ขณะที่ image/heif คือ more general container type most server ใช้ image/heic สำหรับ .heic upload
- Font/woff และ application/font-woff เป็นอันเดียวกันหรือไม่?
- font/woff คือ modern, IANA-registered type older application/font-woff ยัง seen ใน legacy config แต่ควร migrate
เครื่องมือที่เกี่ยวข้อง
สำหรับนักพัฒนา →- พร้อมใช้
HTTP status code lookup
ค้นหา HTTP status code ใดๆ — 1xx ถึง 5xx — ด้วยอธิบายในภาษาอังกฤษธรรมชาติ
สำหรับนักพัฒนาฟรีทำงานในเครื่องเปิด - พร้อมใช้
Regex tester
ทดสอบ JavaScript regular expressions กับข้อความใดๆ — ดูผลลัพธ์ที่ตรงกัน capture groups และการแทนที่แบบสดในเบราว์เซอร์ของคุณ
สำหรับนักพัฒนาฟรีทำงานในเครื่องเปิด - พร้อมใช้
Diff viewer
เปรียบเทียบข้อความสองส่วนแบบไซด์ต่อไซด์ — line, word หรือ character diff — เป็นแบบส่วนตัวในเบราว์เซอร์ของคุณ
สำหรับนักพัฒนาฟรีทำงานในเครื่องเปิด
สำรวจเครื่องมืออื่น ๆ
เครื่องมือทั้งหมด →- พร้อมใช้
PDF เป็น JPG
แปลงทุกหน้าของPDFเป็นภาพJPG, PNG หรือWebPที่คมชัดตรงในเบราว์เซอร์ — ไม่มีการอัปโหลด ไม่มีการสูญเสียคุณภาพ
PDFฟรีทำงานในเครื่องเปิด - พร้อมใช้
ลบพื้นหลัง
ลบพื้นหลังจากรูปภาพโดยใช้โมเดล AI ที่ทำงานในเบราว์เซอร์ — ไม่ต้องอัปโหลด รูปภาพของคุณจะอยู่ในอุปกรณ์ของคุณ
รูปภาพฟรีทำงานในเครื่องเปิด - พร้อมใช้
ตัดวิดีโอ
ตัดช่วงต้นหรือท้ายของวิดีโอในระดับเฟรม
วิดีโอฟรีเปิด - พร้อมใช้
ตัดเสียง
ตัดช่วงหนึ่งของไฟล์เสียง
เสียงฟรีทำงานในเครื่องเปิด - พร้อมใช้
Markdown เป็น HTML
แปลง Markdown เป็น HTML สะอาดตาได้เลยในเบราว์เซอร์ของคุณ
เอกสารฟรีทำงานในเครื่องเปิด