./prontouso.com
WEB & JARINGAN

Pencarian Tipe MIME (Content-Type)

Cari tipe media MIME standar (seperti application/json, image/webp, video/mp4) berdasarkan ekstensi file atau temukan ekstensi yang sesuai untuk Content-Type tertentu.

Status alatBerjalan di browser Anda
Pratinjau
ExtensionMIME type
.aacaudio/aac
.avivideo/x-msvideo
.avifimage/avif
.binapplication/octet-stream
.bmpimage/bmp
.csvtext/csv
.csstext/css
.docapplication/msword
.docxapplication/vnd.openxmlformats-officedocument.wordprocessingml.document
.eotapplication/vnd.ms-fontobject
.epubapplication/epub+zip
.gifimage/gif
.gzapplication/gzip
.htmtext/html
.htmltext/html
.icoimage/vnd.microsoft.icon
.jarapplication/java-archive
.jpegimage/jpeg
.jpgimage/jpeg
.jstext/javascript
.jsonapplication/json
.jsonldapplication/ld+json
.midaudio/midi
.mjstext/javascript
.mp3audio/mpeg
.mp4video/mp4
.mpegvideo/mpeg
.odpapplication/vnd.oasis.opendocument.presentation
.odsapplication/vnd.oasis.opendocument.spreadsheet
.odtapplication/vnd.oasis.opendocument.text
.ogaaudio/ogg
.ogvvideo/ogg
.otffont/otf
.pdfapplication/pdf
.phpapplication/x-httpd-php
.pngimage/png
.pptapplication/vnd.ms-powerpoint
.pptxapplication/vnd.openxmlformats-officedocument.presentationml.presentation
.rarapplication/vnd.rar
.rtfapplication/rtf
.shapplication/x-sh
.svgimage/svg+xml
.tarapplication/x-tar
.tifimage/tiff
.tiffimage/tiff
.tsvideo/mp2t
.ttffont/ttf
.txttext/plain
.wasmapplication/wasm
.wavaudio/wav
.webaaudio/webm
.webmvideo/webm
.webpimage/webp
.wofffont/woff
.woff2font/woff2
.xhtmlapplication/xhtml+xml
.xlsapplication/vnd.ms-excel
.xlsxapplication/vnd.openxmlformats-officedocument.spreadsheetml.sheet
.xmlapplication/xml
.yamlapplication/yaml
.zipapplication/zip
.7zapplication/x-7z-compressed

Cara kerja

  1. Masukkan data Anda

    Isi nilai yang diperlukan, tempel teks Anda, atau unggah file yang ingin diproses.

  2. Lihat hasil seketika

    Sebagian besar alat diperbarui secara langsung saat Anda mengetik; beberapa menggunakan satu tombol tindakan.

  3. Gunakan hasil Anda

    Salin, unduh, atau bagikan hasil yang dihasilkan — Anda selalu memiliki kendali penuh atas data Anda.

Privasi dan pemrosesan dataBerjalan secara lokal di browser Anda. Alat ini tidak mengunggah data Anda.

Apa itu Pencarian Tipe MIME (Content-Type)?

Search by file extension or MIME type to find the matching value in either direction.

PAHAMI CARA KERJA ALAT

How to look up a MIME type

How search works

Typing an extension (with or without the leading dot) finds its MIME type; typing part of a MIME type, like "image/", finds every matching extension.

Common uses

  • Set the correct Content-Type header for a file your server serves.
  • Check what MIME type to expect for a file extension in an upload validator.

Good to know

MIME types follow a type/subtype format, such as image/png or application/json — the type describes the general category, and the subtype narrows it to a specific format.

Reference notes

This is a static reference list — no data you type is sent anywhere.

Pertanyaan yang Sering Diajukan (FAQ)

What if an extension has more than one common MIME type?

This list shows one commonly used MIME type per extension for simplicity; some file types do have more than one valid MIME type in practice.

Does it cover every file extension?

It covers common web, document, image, audio, and video extensions, not every extension in existence.

Why does my server report a different MIME type than shown here?

Servers can be configured to serve custom or vendor-specific MIME types; this list shows the commonly used default for each extension.

Can I search with or without the dot?

Yes. The lookup strips a leading dot, so jpg and .jpg search the same table.