Headlight Bulb Lookup & Cross‑Reference – Online Bulb Finder
Enter your vehicle to find the correct headlight, fog, and interior bulb part numbers. Prints a list.
UD5 Toolkit
| MIME Type | Extension(s) | Category | Description | Copy |
|---|
type/subtype — for example, text/html for HTML documents, image/png for PNG images, and application/json for JSON data. MIME types are used in HTTP headers (like Content-Type), email attachments, and operating systems to identify file formats.
.html, .png, .pdf) is part of a file's name and hints at its format, while a MIME type (like text/html) formally identifies the file's content type for data transmission. File extensions are used by operating systems to associate files with applications, while MIME types are used by web servers and browsers to properly handle content. One MIME type can correspond to multiple extensions (e.g., image/jpeg → .jpg, .jpeg), and some extensions may map to different MIME types depending on context.
Content-Type response header.file --mime-type filename to detect the MIME type.mime package or file-type for detection.text/html — HTML documentstext/css — Cascading Style Sheetstext/javascript or application/javascript — JavaScript filesapplication/json — JSON dataimage/png, image/jpeg, image/webp, image/svg+xml — Common image formatsfont/woff2, font/woff — Web fontsapplication/pdf — PDF documentsapplication/xml — XML datamultipart/form-data — Form submissions with file uploadsmime.types or add types { ... } block in your config. Example: types { application/json json; }AddType directive in .htaccess or config. Example: AddType application/json .jsonres.type('json') / res.set('Content-Type', 'application/json').application/octet-stream. This generic binary type tells the browser or client that the data is an arbitrary binary file, and it should be downloaded rather than displayed inline. Web servers use this as a fallback for unknown file extensions. For security reasons, it's better to explicitly set correct MIME types rather than relying on the default.
.xml can be text/xml or application/xml.js can be text/javascript or application/javascript.svg is typically image/svg+xml.ts (TypeScript) uses video/mp2t for MPEG transport streams but also application/typescript in some contextsContent-Type (response): Tells the browser how to interpret the response body — whether to render it as HTML, display an image, play audio, or prompt a download.Accept (request): The client tells the server which MIME types it can handle, enabling content negotiation (e.g., requesting JSON vs XML).application/json. Historically, text/json was sometimes used, but application/json is the IANA-registered standard and should always be preferred. For JSON-LD, use application/ld+json. For JSON API (JSON:API spec), use application/vnd.api+json. Always set the charset=utf-8 parameter when serving JSON: application/json; charset=utf-8.
text/css. This is the IANA-registered MIME type for stylesheets.text/javascript (IANA-registered). Historically, application/javascript, application/x-javascript, and text/x-javascript were used. For maximum compatibility, text/javascript is recommended. For ES modules (.mjs), use the same text/javascript MIME type — the module behavior is determined by the <script type="module"> HTML attribute, not the MIME type.
Enter your vehicle to find the correct headlight, fog, and interior bulb part numbers. Prints a list.
Interactive scale showing dB levels of everyday sounds with playable samples. Hearing safety.
Searchable list of Q-codes with meanings. Also includes RST system. Prepare for license.
Enter a city to get current UV index forecast using open data (with local caching). Understand sun protection needs. No personal location used.
Enter a URL and extract the font stacks and web font URLs used on that page. Quick typography research.
See which fonts map to generic families (serif, sans‑serif, monospace) on different operating systems. A handy reference.
Browse the built‑in styles that browsers apply to HTML elements. Understand why your page looks different. Static reference.
Search and browse a comprehensive table of SI units and common imperial conversions. For students and engineers.
Search by country or currency name to find its symbol and code. Quick static reference for international business.
Enter an acronym and see its most common full forms. Static dictionary. No internet needed after load.
Find the three‑letter currency code (USD, EUR, JPY) for any country. Also lists currency symbol and name. Static.
Searchable grid of all named HTML character entities with previews. Click to copy &, <, © etc. For web devs.
Drop an image that might have wrong extension and see its real format (JPEG, PNG, WebP) based on header bytes.
Reference diagrams for USB‑A, USB‑C, micro‑USB pinouts. See wire colors and signal descriptions. Hardware hacking helper.
See the current UV index forecast or enter a value to learn protection needed (SPF, hat, shade). Educational.
Enter an English word to get a brief etymology (Latin, Greek, etc.) and root meaning. From curated static data.
Identify a Chinese character by selecting its radicals. List possible Hanzi. Built‑in reference for learners.
Drop a file to see its MIME type and the first few magic bytes (hex and ASCII). No upload, works instantly.
Enter a number of sides (3‑100) and get the correct polygon name (triangle, hectogon). Fun geometry reference.
Click a planet to see mass, diameter, moons, temperature, and distance from sun. Beautifully styled static data.
Scroll through thousands of pre‑computed digits of π. Search for a specific string of digits. For math lovers.
Enter a dialling code (+44, +1) to find which country it belongs to. Also search by country name. Static reference.
A searchable list of essential Docker CLI commands for managing containers, images, and volumes. Copy-paste friendly. Always handy.
Quick reference for frequently used Git commands with examples. Searchable and categorized. A handy resource for all developers.
Search the complete emoji set by keyword or code. Click to copy. Includes skin tones and flags. Always up to date with Unicode.
A complete, searchable list of all 140+ named HTML/CSS colors with their hex codes and color previews. Click to copy code. Essential web reference.
Look up quick facts about any country: capital, population, currency, flag, and continent. Static data, fast search. Great for travel and education.
Query DNS records for any domain directly from your browser using DNS-over-HTTPS. See A, AAAA, MX, CNAME, and TXT records. No logs.
Interactive ASCII table showing decimal, hex, octal, and binary codes for all standard and extended ASCII characters. A classic programmer reference.
A complete reference of HTTP status codes with explanations. Search and filter by code or category. Useful for API developers and web debugging. Static and fast.