MIME Type Lookup

Search and browse MIME types by extension or media type. Reference database of common IANA types. Free, instant, 100% private.

MIME Type Extension(s) Category Description

Common MIME Types by Category

Quick reference for the most frequently used content types in web development.

Text

  • text/html β€” .html
  • text/css β€” .css
  • text/plain β€” .txt
  • text/csv β€” .csv
  • text/markdown β€” .md

Image

  • image/jpeg β€” .jpg, .jpeg
  • image/png β€” .png
  • image/webp β€” .webp
  • image/svg+xml β€” .svg
  • image/gif β€” .gif

Application

  • application/json β€” .json
  • application/pdf β€” .pdf
  • application/zip β€” .zip
  • application/xml β€” .xml
  • application/wasm β€” .wasm

Audio / Video / Font

  • audio/mpeg β€” .mp3
  • video/mp4 β€” .mp4
  • font/woff2 β€” .woff2
  • font/ttf β€” .ttf
  • video/webm β€” .webm

About MIME Type Lookup

Search and browse a comprehensive database of IANA MIME types (also called media types or content types). Find the correct MIME type for any file extension, filter by category, and get quick reference for web development, API design, and server configuration. All data is embedded in the page β€” no external calls needed.

Full Database

Look up 85+ common MIME types from all IANA categories. Find the correct content-type for any file in seconds.

Search by Extension

Type any file extension (.pdf, .json, .mp3) and instantly find the matching MIME type. Supports partial matching.

Category Filtering

Browse MIME types by category: Application, Audio, Font, Image, Text, Video, and more. Narrow results instantly.

Developer Reference

Quick access to correct Content-Type headers for web development, API design, and server config. No server needed.

πŸ“‹ Common Use Cases

Development Workflow

Speed up common dev tasks β€” encoding, formatting, validation β€” without writing throwaway scripts.

Debugging & Testing

Isolate and verify code, data, or encoding issues during development and debugging.

Learning & Reference

Experiment with encoding, hashing, and transformation concepts interactively.

Production Optimization

Minify, validate, and optimize code and assets before deployment.

πŸͺœ How to Use This Tool

  1. Enter your input
    Paste code, JSON, encoded strings, or other input. File uploads also supported where relevant.
  2. Configure tool options
    Set parameters like indentation, encoding type, hash algorithm, or validation rules.
  3. Process and view results
    Click to encode, decode, format, minify, or validate. Results appear with appropriate highlighting.
  4. Copy and use
    Copy output to clipboard for immediate use in your project, config, or debugging session.

πŸ“š Related Guides

Frequently Asked Questions

Are these dev tools free?β–Ό
Yes. All dev tools are completely free. No signup, no account.
Is my data sent to a server?β–Ό
No. Base64 encoding, URL encoding, JWT decoding, hash generation, and regex testing all happen in your browser. Your tokens and secrets stay on your device.
Can I decode JWTs safely?β–Ό
Yes. JWT decoding happens entirely in your browser. The token never leaves your device. Only the header and payload are decoded β€” signatures are not verified server-side.