Boneyard Tools

MIME Type Finder

Type a file extension like png or .json to get its MIME type, or paste a MIME type like application/pdf to see which extensions use it. The tool detects which way you are searching automatically.

How to find a MIME type

  1. Type a file extension, with or without the leading dot.
  2. Or paste a full MIME type such as image/png to search in reverse.
  3. Copy the MIME type or extension you need for a header or config.

Examples

Extension to MIME type

png
image/png

MIME type to extensions

application/pdf
pdf

Frequently asked questions

What is a MIME type?

A MIME type, also called a media type or content type, tells software what kind of data a file holds, for example image/png or application/json. Servers send it in the Content-Type header.

Does the leading dot or casing matter?

No. The finder accepts png, .png, .PNG and PNG and treats them the same, so you can paste whatever you have.

Why do some MIME types map to more than one extension?

Several extensions can share a type. For example jpg and jpeg are both image/jpeg, and yml and yaml are both application/yaml, so a reverse search returns all of them.

What happens with an unknown file type?

If an extension is not in the list the finder returns no match. Truly unknown binary data is usually served as application/octet-stream, which is the safe default.

Is anything uploaded?

No. The lookup uses a built-in table and runs entirely in your browser.

Related tools