{
  "entity_type": "unit_conversion_page",
  "id": "square-inches-to-square-cm",
  "name": "Square inches to Square centimeters",
  "title": "Square inches to Square centimeters Converter (in² to cm²)",
  "description": "Convert square inches to square centimeters: 1 in² = 6.4516 cm². Exact conversion factor, formula, 22-row table and worked examples, with JSON API and MCP access.",
  "quantity": "area",
  "quantity_name": "Area",
  "base_unit": "m2",
  "from_unit": {
    "symbol": "in2",
    "display": "in²",
    "name": "square inches",
    "singular": "square inch"
  },
  "to_unit": {
    "symbol": "cm2",
    "display": "cm²",
    "name": "square centimeters",
    "singular": "square centimeter"
  },
  "linear": true,
  "factor": 6.4516,
  "inverse_factor": 0.15500031,
  "formula": "square centimeters = square inches × 6.4516",
  "reverse_formula": "square inches = square centimeters × 0.15500031",
  "unit_relation": "1 in² = 6.4516 cm²",
  "examples": [
    {
      "value": 5,
      "result": 32.258,
      "text": "5 in² = 32.258 cm²"
    },
    {
      "value": 12.5,
      "result": 80.645,
      "text": "12.5 in² = 80.645 cm²"
    },
    {
      "value": 100,
      "result": 645.16,
      "text": "100 in² = 645.16 cm²"
    }
  ],
  "table": [
    {
      "in2": 1,
      "cm2": 6.4516
    },
    {
      "in2": 2,
      "cm2": 12.9032
    },
    {
      "in2": 3,
      "cm2": 19.3548
    },
    {
      "in2": 4,
      "cm2": 25.8064
    },
    {
      "in2": 5,
      "cm2": 32.258
    },
    {
      "in2": 6,
      "cm2": 38.7096
    },
    {
      "in2": 7,
      "cm2": 45.1612
    },
    {
      "in2": 8,
      "cm2": 51.6128
    },
    {
      "in2": 9,
      "cm2": 58.0644
    },
    {
      "in2": 10,
      "cm2": 64.516
    },
    {
      "in2": 15,
      "cm2": 96.774
    },
    {
      "in2": 20,
      "cm2": 129.032
    },
    {
      "in2": 25,
      "cm2": 161.29
    },
    {
      "in2": 30,
      "cm2": 193.548
    },
    {
      "in2": 40,
      "cm2": 258.064
    },
    {
      "in2": 50,
      "cm2": 322.58
    },
    {
      "in2": 75,
      "cm2": 483.87
    },
    {
      "in2": 100,
      "cm2": 645.16
    },
    {
      "in2": 200,
      "cm2": 1290.32
    },
    {
      "in2": 250,
      "cm2": 1612.9
    },
    {
      "in2": 500,
      "cm2": 3225.8
    },
    {
      "in2": 1000,
      "cm2": 6451.6
    }
  ],
  "faq": [
    {
      "q": "How many square centimeters are in one square inch?",
      "a": "1 in² = 6.4516 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 square inches to square centimeters?",
      "a": "Multiply the value in square inches by 6.4516: square centimeters = square inches × 6.4516. For example, 5 in² = 32.258 cm²."
    },
    {
      "q": "How do I convert square centimeters back to square inches?",
      "a": "Multiply by the inverse factor 0.15500031 (square inches = square centimeters × 0.15500031), or use the square centimeters-to-square inches 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=in2&to_unit=cm2",
    "calculator": "https://tttkmbb.com/api/v1/calculate/area?value=5&from_unit=in2&to_unit=cm2",
    "mcp_tool": "convert_units",
    "mcp_arguments": {
      "value": 5,
      "from_unit": "in2",
      "to_unit": "cm2"
    }
  },
  "links": {
    "html": "https://tttkmbb.com/conversion/square-inches-to-square-cm",
    "markdown": "https://tttkmbb.com/conversion/square-inches-to-square-cm.md",
    "json": "https://tttkmbb.com/conversion/square-inches-to-square-cm.json",
    "reverse": "https://tttkmbb.com/conversion/square-cm-to-square-inches",
    "quantity_converter": "https://tttkmbb.com/conversion/area",
    "units": "https://tttkmbb.com/api/v1/units?quantity=area"
  },
  "timestamp": "2026-09-24"
}