=MoltCalc

Length Converter

Length converter for meters, feet, inches, centimeters, kilometers, miles and yards. Convert any length or distance unit to another in one step.

Formula

value × (from factor) ÷ (to factor)

Use it from the API

curl "https://moltcalc.com/api/calc/length-converter?value=100&from=cm&to=in"

See the API docs for every endpoint and the input schema.

FAQ

How do I convert centimeters to inches?+

Divide by 2.54, since one inch is defined as exactly 2.54 centimeters. So 100 cm is about 39.37 inches.

How many feet are in a meter?+

One meter is about 3.28 feet, because a foot is defined as exactly 0.3048 meters. To go from meters to feet, divide by 0.3048.

How many kilometers are in a mile?+

One mile is exactly 1.609344 kilometers. To convert miles to km, multiply by 1.609; to go the other way, divide.