Skip to content
CalcTide logo
converters

Height Converter

5 feet 8 inches equals 172.72 cm, and 180 cm equals about 5 feet 10.87 inches. This height converter switches body height between feet and inches and centimeters. Enter a value in one format and the calculator gives you the other using the exact definition of 2.54 centimeters per inch. Feet and inches are handled as a mixed-unit measurement, not decimal feet. The converter multiplies whole or decimal feet by 12, adds the entered inches, and then converts the total. In the other direction, it splits total inches into whole feet and a remaining-inch value. Negative inputs are rejected. Zero and decimal values are accepted, and an inches entry above 12 is treated as additional inches rather than rejected.

convertersBy

Quick answer

1 inch equals 2.54 cm and 1 foot equals 12 inches (30.48 cm).

What this tells you

  • 1 inch equals 2.54 cm and 1 foot equals 12 inches (30.48 cm).
  • To convert to cm, multiply total inches by 2.54.
  • To convert from cm, divide by 2.54 to get total inches, then split into feet and inches.
  • Results are rounded to 2 decimal places.
  • The internal total-inches result is rounded to 4 decimal places.
  • Negative feet, inches, or centimeters are invalid, while zero is accepted by the formula.
  • An inches value above 12 still converts mathematically, though conventional height notation would carry it into feet.

How to Use

  1. 1Choose whether you are converting from feet and inches to cm, or from cm to feet and inches.
  2. 2Enter the height value.
  3. 3Click Convert to get the result.
  4. 4Read the formula label to confirm which entered values were converted.
  5. 5For conventional feet-and-inches notation, enter fewer than 12 inches or carry each group of 12 into the feet field.

How It Works

Formula

To cm: centimeters = (feet x 12 + inches) x 2.54. To feet and inches: total inches = cm / 2.54, then feet = floor(total inches / 12), inches = remainder.

The converter uses the international standard of 2.54 cm per inch. For feet and inches to cm, it first converts feet to inches, adds the remaining inches, then multiplies by 2.54. For cm to feet and inches, it divides by 2.54 to get total inches, then splits into whole feet and remaining inches.

Calculation note: values are processed in the order shown above, using the current input units.

Worked Examples

5 feet 8 inches to cm

Feet5
Inches8
Directionto cm
Result172.72 cm

Convert feet to inches first: 5 x 12 = 60. Add the remaining inches: 60 + 8 = 68 total inches. Multiply by 2.54: 68 x 2.54 = 172.72 cm.

180 cm to feet and inches

Centimeters180
Directionto imperial
Result5 feet 10.87 inches

Divide 180 by 2.54 to get 70.87 total inches. Divide by 12 to get 5 feet with 10.87 inches remaining.

6 feet 2.5 inches to centimeters

Feet6
Inches2.5
Directionto cm
Result189.23 cm

Six feet is 72 inches. Adding 2.5 gives 74.5 total inches, and 74.5 x 2.54 equals 189.23 cm exactly to the displayed precision.

170 cm to feet and inches

Centimeters170
Directionto imperial
Result5 feet 6.93 inches

170 divided by 2.54 is about 66.9291 total inches. Five feet accounts for 60 inches, leaving 6.93 inches after the remainder is rounded to 2 decimal places.

Zero height input

Centimeters0
Directionto imperial
Result0 feet 0 inches

The conversion formula accepts zero and returns zero in each unit. This is mathematically defined even though it does not describe a person's body height.

Common Height Conversions

Frequently searched height conversions between feet/inches and centimeters.

Feet & InchesCentimeters
5'0"152.40 cm
5'2"157.48 cm
5'4"162.56 cm
5'6"167.64 cm
5'8"172.72 cm
5'10"177.80 cm
6'0"182.88 cm
6'2"187.96 cm

Table values use exact inches multiplied by 2.54 and display centimeters to 2 decimal places.

How mixed feet and inches are parsed

The feet and inches fields are separate numeric quantities. An entry of 5 feet and 8 inches becomes 5 x 12 + 8, or 68 total inches. Entering 5.8 in the feet field means 5.8 decimal feet, which equals 69.6 inches before any inches-field value is added. It does not mean 5 feet 8 inches.

The converter does not require the inches field to stay below 12. Five feet and 14 inches becomes 74 total inches and converts to the same centimeters as 6 feet 2 inches. Keeping inches below 12 makes the notation easier to read, but both inputs are mathematically equivalent in the to-centimeters path.

When converting from centimeters, the code first finds total inches, then takes the largest whole number of feet that fits. The leftover inches are rounded to 2 decimals. Total inches are also returned to 4 decimals. Because displayed values are rounded independently, converting a rounded result back may differ by a small fraction of a centimeter.

This tool uses the international inch, which is defined as exactly 2.54 centimeters. It does not account for measurement posture, footwear, time-of-day variation in standing height, or uncertainty in the measuring device.

Convert General Length Units

Common mistakes

  • Forgetting to convert feet to inches first. You cannot multiply feet directly by 2.54. Convert feet to inches (multiply by 12), add the remaining inches, then multiply the total by 2.54.
  • Rounding too early. Convert the full height first, then round the final result to 2 decimal places for accuracy.
  • Confusing height conversion with general length conversion. This tool is designed for body height in feet and inches, which uses a combined format rather than decimal feet.
  • Entering 5.8 feet when you mean 5 feet 8 inches. Decimal feet and mixed feet-and-inches notation are different.
  • Assuming the converter rejects 12 inches or more. It accepts the value, but conventional notation would carry those inches into feet.
  • Reading 10.87 remaining inches as 10 inches and 87 hundredths of a foot.
  • Expecting a rounded reverse conversion to reproduce every original decimal exactly.

Embed this calculator on your site

Drop this single line where you want the calculator to appear. It is responsive, mobile-friendly, resizes automatically, and is free to use with attribution.

<script src="https://calctide.com/embed.js" data-tool="height-converter" async></script>

Preview the embed at /embed/height-converter/.

Frequently Asked Questions

5 feet 8 inches equals 172.72 cm. Convert feet to inches first: 5 x 12 = 60. Add 8 to get 68 total inches. Multiply by 2.54: 68 x 2.54 = 172.72 cm. Enter 5 in the feet field and 8 in the inches field to convert any height.
5 feet 4 inches equals 162.56 cm. The total inches are 5 x 12 + 4 = 64. Multiply 64 x 2.54 = 162.56 cm.
5 feet 6 inches equals 167.64 cm. The total inches are 5 x 12 + 6 = 66. Multiply 66 x 2.54 = 167.64 cm.
Divide centimeters by 2.54 to get total inches, then divide by 12 to get feet. The whole number is the feet and the remainder is the inches. For example, 180 cm / 2.54 = 70.87 inches. Divide 70.87 by 12 to get 5 feet with 10.87 inches remaining.
5 feet equals 152.4 cm. Since 1 foot is 12 inches and 1 inch is 2.54 cm, the math is 5 x 12 x 2.54 = 152.4 cm.
Yes. Since 1959, the international standard defines 1 inch as exactly 2.54 cm. This converter uses that standard for all calculations.
180 cm equals about 5 feet 10.87 inches, which rounds to roughly 5 feet 11 inches. Divide 180 by 2.54 to get 70.87 total inches, then divide by 12 to get 5 feet with 10.87 inches left over.
170 cm equals about 5 feet 6.93 inches. Divide 170 by 2.54 to get 66.93 total inches, then divide by 12 to get 5 feet with 6.93 inches remaining.
160 cm equals about 5 feet 2.99 inches, which rounds to roughly 5 feet 3 inches. Divide 160 by 2.54 to get 62.99 total inches, then divide by 12 to get 5 feet with 2.99 inches remaining.
No. The decimal part of 5.8 feet is 0.8 foot, or 9.6 inches. Five feet 8 inches equals about 5.6667 decimal feet.
Yes. The formula adds all entered inches to feet before converting. For easier reading, 14 inches can be rewritten as 1 foot 2 inches.
No. The conversion function rejects negative feet, inches, and centimeter values. It accepts zero as a mathematically valid length.
Displayed centimeters and remaining inches are rounded to 2 decimal places. Reusing a rounded display value can introduce a small difference even though the underlying conversion factor is exact.
It estimates height converter outputs using the visible inputs and formula assumptions on this page.

Explore More in converters