cm to Feet + Inches Converter
Convert Centimeters (cm) into compound Feet & Inches format.
Enter Value
Conversion Result
-
Formula & Conversion Step:
Feet = floor(Inches / 12)
Inches = Inches % 12
What is the Centimeters to Feet+Inches Converter?
The Centimeters (cm) to Feet and Inches converter takes flat metric data and unpacks it into the two-part American height format. It is used heavily by US citizens interpreting international medical charts or passports.
How It Works (Formula)
The calculator divides the cm value by 30.48 to calculate total decimal feet. It extracts the whole number as the "Feet" output, and multiplies the remaining decimal fraction by 12 to generate the "Inches" output.
$$ L_{(\text{ft})} = \lfloor \frac{L_{(\text{cm})}}{30.48} \rfloor $$
$$ L_{(\text{in})} = (\frac{L_{(\text{cm})}}{30.48} - L_{(\text{ft})}) \times 12 $$
The composite algorithm dividing metric data into two-part Imperial formats.
How to Use It
Input the flat metric measurement in Centimeters (cm). The calculator will process the decimal split and output the measurement perfectly formatted as Feet and Inches. For example, 160 cm translates to 5 feet and roughly 3 inches.