{
  "entity_type": "unit_conversion_page",
  "id": "cm-to-feet",
  "name": "Centimeters to Feet",
  "title": "Centimeters to Feet Converter (cm to ft)",
  "description": "Convert centimeters to feet: 1 cm = 0.0328084 ft. Exact conversion factor, formula, 22-row table and worked examples, with JSON API and MCP access.",
  "quantity": "length",
  "quantity_name": "Length",
  "base_unit": "m",
  "from_unit": {
    "symbol": "cm",
    "display": "cm",
    "name": "centimeters",
    "singular": "centimeter"
  },
  "to_unit": {
    "symbol": "ft",
    "display": "ft",
    "name": "feet",
    "singular": "foot"
  },
  "linear": true,
  "factor": 0.03280839895,
  "inverse_factor": 30.48,
  "formula": "feet = centimeters × 0.03280839895",
  "reverse_formula": "centimeters = feet × 30.48",
  "unit_relation": "1 cm = 0.0328084 ft",
  "examples": [
    {
      "value": 5,
      "result": 0.164042,
      "text": "5 cm = 0.164042 ft"
    },
    {
      "value": 12.5,
      "result": 0.410105,
      "text": "12.5 cm = 0.410105 ft"
    },
    {
      "value": 100,
      "result": 3.28084,
      "text": "100 cm = 3.28084 ft"
    }
  ],
  "table": [
    {
      "cm": 1,
      "ft": 0.0328084
    },
    {
      "cm": 2,
      "ft": 0.0656168
    },
    {
      "cm": 3,
      "ft": 0.0984252
    },
    {
      "cm": 4,
      "ft": 0.131234
    },
    {
      "cm": 5,
      "ft": 0.164042
    },
    {
      "cm": 6,
      "ft": 0.19685
    },
    {
      "cm": 7,
      "ft": 0.229659
    },
    {
      "cm": 8,
      "ft": 0.262467
    },
    {
      "cm": 9,
      "ft": 0.295276
    },
    {
      "cm": 10,
      "ft": 0.328084
    },
    {
      "cm": 15,
      "ft": 0.492126
    },
    {
      "cm": 20,
      "ft": 0.656168
    },
    {
      "cm": 25,
      "ft": 0.82021
    },
    {
      "cm": 30,
      "ft": 0.984252
    },
    {
      "cm": 40,
      "ft": 1.31234
    },
    {
      "cm": 50,
      "ft": 1.64042
    },
    {
      "cm": 75,
      "ft": 2.46063
    },
    {
      "cm": 100,
      "ft": 3.28084
    },
    {
      "cm": 200,
      "ft": 6.56168
    },
    {
      "cm": 250,
      "ft": 8.2021
    },
    {
      "cm": 500,
      "ft": 16.4042
    },
    {
      "cm": 1000,
      "ft": 32.8084
    }
  ],
  "faq": [
    {
      "q": "How many feet are in one centimeter?",
      "a": "1 cm = 0.0328084 ft. 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 centimeters to feet?",
      "a": "Multiply the value in centimeters by 0.03280839895: feet = centimeters × 0.03280839895. For example, 5 cm = 0.164042 ft."
    },
    {
      "q": "How do I convert feet back to centimeters?",
      "a": "Multiply by the inverse factor 30.48 (centimeters = feet × 30.48), or use the feet-to-centimeters 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=cm&to_unit=ft",
    "calculator": "https://tttkmbb.com/api/v1/calculate/length?value=5&from_unit=cm&to_unit=ft",
    "mcp_tool": "convert_units",
    "mcp_arguments": {
      "value": 5,
      "from_unit": "cm",
      "to_unit": "ft"
    }
  },
  "links": {
    "html": "https://tttkmbb.com/conversion/cm-to-feet",
    "markdown": "https://tttkmbb.com/conversion/cm-to-feet.md",
    "json": "https://tttkmbb.com/conversion/cm-to-feet.json",
    "reverse": "https://tttkmbb.com/conversion/feet-to-cm",
    "quantity_converter": "https://tttkmbb.com/conversion/length",
    "units": "https://tttkmbb.com/api/v1/units?quantity=length"
  },
  "timestamp": "2026-09-24"
}