{
  "entity_type": "unit_conversion_page",
  "id": "meters-to-cm",
  "name": "Meters to Centimeters",
  "title": "Meters to Centimeters Converter (m to cm)",
  "description": "Convert meters to centimeters: 1 m = 100 cm. 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": "m",
    "display": "m",
    "name": "meters",
    "singular": "meter"
  },
  "to_unit": {
    "symbol": "cm",
    "display": "cm",
    "name": "centimeters",
    "singular": "centimeter"
  },
  "linear": true,
  "factor": 100,
  "inverse_factor": 0.01,
  "formula": "centimeters = meters × 100",
  "reverse_formula": "meters = centimeters × 0.01",
  "unit_relation": "1 m = 100 cm",
  "examples": [
    {
      "value": 5,
      "result": 500,
      "text": "5 m = 500 cm"
    },
    {
      "value": 12.5,
      "result": 1250,
      "text": "12.5 m = 1250 cm"
    },
    {
      "value": 100,
      "result": 10000,
      "text": "100 m = 10000 cm"
    }
  ],
  "table": [
    {
      "m": 1,
      "cm": 100
    },
    {
      "m": 2,
      "cm": 200
    },
    {
      "m": 3,
      "cm": 300
    },
    {
      "m": 4,
      "cm": 400
    },
    {
      "m": 5,
      "cm": 500
    },
    {
      "m": 6,
      "cm": 600
    },
    {
      "m": 7,
      "cm": 700
    },
    {
      "m": 8,
      "cm": 800
    },
    {
      "m": 9,
      "cm": 900
    },
    {
      "m": 10,
      "cm": 1000
    },
    {
      "m": 15,
      "cm": 1500
    },
    {
      "m": 20,
      "cm": 2000
    },
    {
      "m": 25,
      "cm": 2500
    },
    {
      "m": 30,
      "cm": 3000
    },
    {
      "m": 40,
      "cm": 4000
    },
    {
      "m": 50,
      "cm": 5000
    },
    {
      "m": 75,
      "cm": 7500
    },
    {
      "m": 100,
      "cm": 10000
    },
    {
      "m": 200,
      "cm": 20000
    },
    {
      "m": 250,
      "cm": 25000
    },
    {
      "m": 500,
      "cm": 50000
    },
    {
      "m": 1000,
      "cm": 100000
    }
  ],
  "faq": [
    {
      "q": "How many centimeters are in one meter?",
      "a": "1 m = 100 cm. 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 meters to centimeters?",
      "a": "Multiply the value in meters by 100: centimeters = meters × 100. For example, 5 m = 500 cm."
    },
    {
      "q": "How do I convert centimeters back to meters?",
      "a": "Multiply by the inverse factor 0.01 (meters = centimeters × 0.01), or use the centimeters-to-meters 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=m&to_unit=cm",
    "calculator": "https://tttkmbb.com/api/v1/calculate/length?value=5&from_unit=m&to_unit=cm",
    "mcp_tool": "convert_units",
    "mcp_arguments": {
      "value": 5,
      "from_unit": "m",
      "to_unit": "cm"
    }
  },
  "links": {
    "html": "https://tttkmbb.com/conversion/meters-to-cm",
    "markdown": "https://tttkmbb.com/conversion/meters-to-cm.md",
    "json": "https://tttkmbb.com/conversion/meters-to-cm.json",
    "reverse": "https://tttkmbb.com/conversion/cm-to-meters",
    "quantity_converter": "https://tttkmbb.com/conversion/length",
    "units": "https://tttkmbb.com/api/v1/units?quantity=length"
  },
  "timestamp": "2026-09-24"
}