HomeConvertersLengthHeight Converter
Length conversion

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.

Instant result
Result

Enter values to convert.

Inputs
Mode
Formula

Formulas

Core equations used by this converter.

ft+in → mm = (ft × 0.3048) + (in × 0.0254)
m → cmcm = m × 100
cm → ft+intotal_in = cm ÷ 2.54 · ft = ⌊total_in ÷ 12⌋ · in = total_in − 12×ft
iUses the international inch (2.54 cm) and foot (0.3048 m). Round displayed inches to the precision you need (often 0.1″ or nearest 1/8″).

How to use

1

Choose direction

Convert imperial height to metric, or metric height back to feet and inches.

2

Enter height

Type feet and inches, or meters/centimeters, in the active fields.

3

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

1.524 + 0.254
1.778 m (177.8 cm)
ϟ

6 ft 0 in

6 × 0.3048

6 × 0.3048
1.8288 m (182.88 cm)
ϟ

5 ft 6 in

5×0.3048 + 6×0.0254

1.524 + 0.1524
1.6764 m (167.64 cm)
ϟ

170 cm

170 ÷ 2.54 → feet + inches

170 ÷ 2.54 ≈ 66.929 in
5 ft 6.93 in

Height converter specification

Version 1.1.0 · Engine tested

Calculation status
  • Engine tested 3 published cases
  • Named expert review Not performed
  • Calculation version 1.1.0

Review policy

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 + inMeters (m)Centimeters (cm)
4′ 11″1.4986 m149.86 cm
5′ 0″1.5240 m152.40 cm
5′ 2″1.5748 m157.48 cm
5′ 4″1.6256 m162.56 cm
5′ 6″1.6764 m167.64 cm
5′ 8″1.7272 m172.72 cm
5′ 10″1.7780 m177.80 cm
6′ 0″1.8288 m182.88 cm
6′ 1″1.8542 m185.42 cm
6′ 2″1.8796 m187.96 cm
6′ 4″1.9304 m193.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.

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.