{
  "slug": "height-converter",
  "title": "Height Converter (cm to feet/inches)",
  "category": "Conversions",
  "category_slug": "conversions",
  "tier": 1,
  "summary": "Convert height between centimetres and feet/inches using the international standard conversion factor.",
  "description": "This calculator converts height measurements between centimetres and feet/inches using the international standard conversion factor of 1 inch = 2.54 cm. It accepts either metric input (centimetres) or imperial input (feet and inches) and returns the equivalent height in the opposite system, along with total inches and metres. The conversion applies the constant maintained by the International Bureau of Weights and Measures (BIPM) and is used universally in scientific measurement systems.",
  "page_url": "https://fitmetriclab.com/en/tools/conversions/height-converter/",
  "api_url": "https://fitmetriclab.com/api/tools/height-converter.json",
  "formula": {
    "id": "height_converter",
    "expression": "\\text{in} = \\frac{\\text{cm}}{2.54}",
    "variables": [
      {
        "symbol": "h",
        "description": "Height in cm"
      }
    ]
  },
  "inputs": [
    {
      "id": "cm",
      "label": "Height",
      "type": "number",
      "unit": "cm",
      "default": 180,
      "min": 30,
      "max": 250,
      "step": 0.5
    }
  ],
  "worked_example": {
    "inputs": {
      "cm": 180
    },
    "expected_output": "5' 10.9\""
  },
  "result_summary_template": "A height of {cm} cm converts to {result} using the standard conversion factor of 2.54 centimetres per inch.",
  "methodology": "The calculator applies the international standard definition that 1 inch equals exactly 2.54 centimetres. This constant is maintained by the International Bureau of Weights and Measures (BIPM) and is used universally in scientific measurement systems.",
  "sources": [
    {
      "label": "International Bureau of Weights and Measures (BIPM). The International System of Units (SI), 9th ed. 2019.",
      "url": "https://www.bipm.org/en/publications/si-brochure"
    },
    {
      "label": "National Institute of Standards and Technology (NIST). Unit Conversion Tables. 2023.",
      "url": "https://www.nist.gov/pml/weights-and-measures/metric-si/unit-conversion"
    },
    {
      "label": "Stewart A, Marfell-Jones M, et al. International Standards for Anthropometric Assessment. International Society for the Advancement of Kinanthropometry. 2011.",
      "url": "https://www.isak.global/"
    }
  ],
  "faqs": [
    {
      "question": "Why does the conversion use 2.54 cm per inch?",
      "answer": "The definition of 1 inch as exactly 2.54 centimetres is an internationally agreed standard established by measurement authorities. This fixed relationship ensures consistent conversion between metric and imperial units worldwide. The constant is not an approximation but a defined equivalence used in all scientific and commercial contexts."
    },
    {
      "question": "How precise is this height conversion?",
      "answer": "The conversion constant (2.54 cm/inch) is exact by definition, so mathematical precision is limited only by rounding. The tool displays results to one decimal place for centimetres and inches, which is more than sufficient for fitness, health screening, and anthropometric purposes. Measurement technique and equipment calibration typically introduce larger errors than rounding in the conversion calculation itself."
    },
    {
      "question": "Can height vary throughout the day?",
      "answer": "Standing height can decrease by 1–2 centimetres from morning to evening due to spinal disc compression under gravitational load. This diurnal variation is a normal physiological phenomenon. Standardised measurement protocols in research and clinical settings often specify time-of-day consistency to reduce this source of variability."
    },
    {
      "question": "What is the difference between total inches and feet-inches format?",
      "answer": "Total inches is a continuous measurement (e.g., 70.9 inches), while feet-and-inches format separates the value into whole feet and remaining inches (e.g., 5 feet 10.9 inches). Both represent the same height; the feet-inches format is more commonly used in everyday contexts in countries using imperial units, while total inches simplifies arithmetic calculations."
    },
    {
      "question": "Do I need to remove shoes before measuring?",
      "answer": "Standardised height measurement protocols specify barefoot or stocking-foot conditions because footwear adds variable amounts to measured height depending on sole thickness. Self-reported heights sometimes include footwear, which can introduce 1–3 cm of measurement error. Clinical and research measurements typically require footwear removal for consistency."
    }
  ],
  "related_tools": [
    {
      "slug": "distance-converter",
      "title": "Distance Converter (km to miles)",
      "api_url": "https://fitmetriclab.com/api/tools/distance-converter.json",
      "page_url": "https://fitmetriclab.com/en/tools/conversions/distance-converter/"
    },
    {
      "slug": "weight-converter-kg-lbs",
      "title": "Weight Converter (kg to lbs)",
      "api_url": "https://fitmetriclab.com/api/tools/weight-converter-kg-lbs.json",
      "page_url": "https://fitmetriclab.com/en/tools/conversions/weight-converter-kg-lbs/"
    },
    {
      "slug": "band-resistance",
      "title": "Resistance Band Weight Equivalent Converter",
      "api_url": "https://fitmetriclab.com/api/tools/band-resistance.json",
      "page_url": "https://fitmetriclab.com/en/tools/conversions/band-resistance/"
    }
  ],
  "last_updated": "2026-04-22",
  "price": {
    "value": 0,
    "currency": "USD"
  },
  "runs_in_browser": true,
  "disclaimer": "Educational estimate produced from a published formula. Not medical, nutritional, or training advice. Calculations are deterministic — apply the formula to the inputs to reproduce the result."
}