How the MIME Type Lookup Works
AnyTool bundles the canonical mime-db dataset (IANA plus Apache and nginx mappings, 1000+ types) and builds a forward map (extension to MIME types) and a reverse map (MIME type to extensions) once at load, so every lookup is instant and in-memory. Input is normalized client-side (lowercase, strip the leading dot), and the tool auto-detects whether you typed an extension or a MIME type by the presence of a slash, surfacing all matches plus category, charset, and compressible metadata.
- 1000+ bundled types from IANA/Apache/nginx (mime-db)
- Bidirectional: extension to MIME type and back
- Filter-as-you-type with category pills, fully in-memory
- Dot-optional input; shows alternate/legacy types
- Surfaces charset and compressible metadata; copy Content-Type
