Height Converter
Convert height between feet+inches and meters+centimeters. Free online tool — no sign-up. Clear formulas and worked examples. Runs locally in your browser.
Enter values to convert.
Formulas
Core equations used by this converter.
How to use
Choose direction
Convert imperial height to metric, or metric height back to feet and inches.
Enter height
Type feet and inches, or meters/centimeters, in the active fields.
Convert and read the result
Use Convert or let the result update automatically.
Example conversions
Common values with formula and result.
5 ft 10 in
5×0.3048 + 10×0.0254
6 ft 0 in
6 × 0.3048
5 ft 6 in
5×0.3048 + 6×0.0254
170 cm
170 ÷ 2.54 → feet + inches
Height converter specification
Version 1.1.0 · Engine tested
- Engine tested 3 published cases
- Named expert review Not performed
- Calculation version 1.1.0
- Definition
- Height is often written as feet + inches (imperial) or meters + centimeters (metric). This converter uses exact factors: 1 in = 2.54 cm and 1 ft = 0.3048 m (12 in).
- What it calculates
- Human height between feet+inches and meters/centimeters using exact inch and foot definitions.
- Inputs
- Feet and inches, or meters/centimeters
- Outputs
- Equivalent height in the opposite system
- Formula
m = (ft × 0.3048) + (in × 0.0254) · total_in = cm ÷ 2.54 · ft = ⌊total_in ÷ 12⌋- Height conversion chart
ft + in Meters (m) Centimeters (cm) 4′ 11″ 1.4986 m 149.86 cm 5′ 0″ 1.5240 m 152.40 cm 5′ 2″ 1.5748 m 157.48 cm 5′ 4″ 1.6256 m 162.56 cm 5′ 6″ 1.6764 m 167.64 cm 5′ 8″ 1.7272 m 172.72 cm 5′ 10″ 1.7780 m 177.80 cm 6′ 0″ 1.8288 m 182.88 cm 6′ 1″ 1.8542 m 185.42 cm 6′ 2″ 1.8796 m 187.96 cm 6′ 4″ 1.9304 m 193.04 cm - Assumptions
- Uses 1 in = 2.54 cm and 1 ft = 0.3048 m exactly.
- Conversion runs locally in the browser.
- Units
- ft + in → m / cm
- cm / m → ft + in
- Boundary conditions
- Empty or non-numeric input yields no valid result.
- Inches should normally be in [0, 12).
- Example
- 5 ft 10 in → 1.778 m (177.8 cm)
- Validation cases
- 5 ft 10 in → 1.778 m
- 6 ft 0 in → 1.8288 m
- 170 cm → 5 ft 6.929 in
- Sources
- International yard and pound agreement: 1 in = 2.54 cm; 1 ft = 0.3048 m
- Calculation version
- 1.1.0
Background
Interpretation and common distinctions.
Exact anchors: 1 in = 2.54 cm, 1 ft = 12 in = 0.3048 m.
Related: cm to feet · feet to cm · cm to inches.
Related tools
Frequently asked questions
Key distinctions behind the conversion.
How do you convert feet and inches to meters?
m = (ft × 0.3048) + (in × 0.0254). Example: 5 ft 10 in → 1.778 m (177.8 cm).
How do you convert centimeters to feet and inches?
Divide cm by 2.54 to get total inches, then ft = floor(total_in ÷ 12) and in = remainder.
Is 1 foot exactly 0.3048 m?
Yes. The international foot is defined as exactly 0.3048 m (12 × 0.0254 m).
Does this run locally?
Yes. Conversion runs in your browser; values are not uploaded.