{
  "entity_type": "unit_conversion_page",
  "id": "hz-to-khz",
  "name": "Hertz to Kilohertz",
  "title": "Hertz to Kilohertz Converter (Hz to kHz)",
  "description": "Convert hertz to kilohertz: 1 Hz = 0.001 kHz. Exact conversion factor, formula, 22-row table and worked examples, with JSON API and MCP access.",
  "quantity": "frequency",
  "quantity_name": "Frequency",
  "base_unit": "Hz",
  "from_unit": {
    "symbol": "Hz",
    "display": "Hz",
    "name": "hertz",
    "singular": "hertz"
  },
  "to_unit": {
    "symbol": "kHz",
    "display": "kHz",
    "name": "kilohertz",
    "singular": "kilohertz"
  },
  "linear": true,
  "factor": 0.001,
  "inverse_factor": 1000,
  "formula": "kilohertz = hertz × 0.001",
  "reverse_formula": "hertz = kilohertz × 1000",
  "unit_relation": "1 Hz = 0.001 kHz",
  "examples": [
    {
      "value": 5,
      "result": 0.005,
      "text": "5 Hz = 0.005 kHz"
    },
    {
      "value": 12.5,
      "result": 0.0125,
      "text": "12.5 Hz = 0.0125 kHz"
    },
    {
      "value": 100,
      "result": 0.1,
      "text": "100 Hz = 0.1 kHz"
    }
  ],
  "table": [
    {
      "Hz": 1,
      "kHz": 0.001
    },
    {
      "Hz": 2,
      "kHz": 0.002
    },
    {
      "Hz": 3,
      "kHz": 0.003
    },
    {
      "Hz": 4,
      "kHz": 0.004
    },
    {
      "Hz": 5,
      "kHz": 0.005
    },
    {
      "Hz": 6,
      "kHz": 0.006
    },
    {
      "Hz": 7,
      "kHz": 0.007
    },
    {
      "Hz": 8,
      "kHz": 0.008
    },
    {
      "Hz": 9,
      "kHz": 0.009
    },
    {
      "Hz": 10,
      "kHz": 0.01
    },
    {
      "Hz": 15,
      "kHz": 0.015
    },
    {
      "Hz": 20,
      "kHz": 0.02
    },
    {
      "Hz": 25,
      "kHz": 0.025
    },
    {
      "Hz": 30,
      "kHz": 0.03
    },
    {
      "Hz": 40,
      "kHz": 0.04
    },
    {
      "Hz": 50,
      "kHz": 0.05
    },
    {
      "Hz": 75,
      "kHz": 0.075
    },
    {
      "Hz": 100,
      "kHz": 0.1
    },
    {
      "Hz": 200,
      "kHz": 0.2
    },
    {
      "Hz": 250,
      "kHz": 0.25
    },
    {
      "Hz": 500,
      "kHz": 0.5
    },
    {
      "Hz": 1000,
      "kHz": 1
    }
  ],
  "faq": [
    {
      "q": "How many kilohertz are in one hertz?",
      "a": "1 Hz = 0.001 kHz. The factor comes from the SI definitions of both units (NIST SP 811 / BIPM), so it is exact or correct to at least 10 significant figures."
    },
    {
      "q": "What is the formula to convert hertz to kilohertz?",
      "a": "Multiply the value in hertz by 0.001: kilohertz = hertz × 0.001. For example, 5 Hz = 0.005 kHz."
    },
    {
      "q": "How do I convert kilohertz back to hertz?",
      "a": "Multiply by the inverse factor 1000 (hertz = kilohertz × 1000), or use the kilohertz-to-hertz page."
    }
  ],
  "sources": [
    {
      "name": "NIST Special Publication 811 – Guide for the Use of the International System of Units (SI), Appendix B conversion factors",
      "url": "https://www.nist.gov/pml/special-publication-811",
      "type": "standard",
      "retrieved_at": "2026-09-24"
    },
    {
      "name": "BIPM – The International System of Units (SI Brochure, 9th edition)",
      "url": "https://www.bipm.org/en/publications/si-brochure",
      "type": "standard",
      "retrieved_at": "2026-09-24"
    },
    {
      "name": "Wikipedia – Conversion of units",
      "url": "https://en.wikipedia.org/wiki/Conversion_of_units",
      "type": "reference",
      "retrieved_at": "2026-09-24"
    }
  ],
  "freshness": {
    "type": "static",
    "max_age_seconds": null,
    "note": "Fixed conversion factors (NIST/BIPM definitions); results never go stale."
  },
  "api": {
    "convert": "https://tttkmbb.com/api/v1/convert?value=5&from_unit=Hz&to_unit=kHz",
    "calculator": "https://tttkmbb.com/api/v1/calculate/frequency?value=5&from_unit=Hz&to_unit=kHz",
    "mcp_tool": "convert_units",
    "mcp_arguments": {
      "value": 5,
      "from_unit": "Hz",
      "to_unit": "kHz"
    }
  },
  "links": {
    "html": "https://tttkmbb.com/conversion/hz-to-khz",
    "markdown": "https://tttkmbb.com/conversion/hz-to-khz.md",
    "json": "https://tttkmbb.com/conversion/hz-to-khz.json",
    "reverse": "https://tttkmbb.com/conversion/khz-to-hz",
    "quantity_converter": "https://tttkmbb.com/conversion/frequency",
    "units": "https://tttkmbb.com/api/v1/units?quantity=frequency"
  },
  "timestamp": "2026-09-24"
}