Length

Inches to Centimeters Converter

Convert inches to centimeters with a fast calculator, formula, examples and API-ready result.

NewAPI Ready

Focused calculator

Calculate Inches to Centimeters Converter

30.48 cm Sample: 12 inches

Formula

Formula: centimeters = inches x 2.54.

Factor: 1 inches = 2.54 centimeters.

Example: 12 inches = 30.48 centimeters.

The calculator keeps full precision internally and rounds only for display.

Common examples

InputResult
12 inches30.48 centimeters
60 inches152.4 centimeters
120 inches304.8 centimeters

JSON API example

Use the public JSON endpoint with these query parameters.

  • value12
  • fromin
  • tocm
GET https://api.convematik.com/convert?value=12.0&from=in&to=cm

{
  "value": 12.0,
  "from": "in",
  "to": "cm",
  "result": 30.479999999999997
}

Common questions

What does the Inches to Centimeters Converter do?

It converts inches to centimeters using Convematik's unit conversion engine.

What formula does it use?

centimeters = inches x 2.54.

Can I use decimal values?

Yes. Enter whole numbers or decimals and the calculator returns a decimal result.

Is this page free?

Yes. The converter runs as a free browser tool and can also be accessed through the API.