Height Metric Imperial Converter
Convert height between metric units and imperial feet/inches.
Input
Output
Readme
Why convert between metric and imperial height?
Height is measured differently around the world. Most countries use the metric system (centimeters and meters), while the United States, United Kingdom, and a few other nations commonly express height in feet and inches. This difference creates a frequent need for conversion — whether you're reading a medical record from another country, filling out a form that uses a different system, or simply trying to understand someone's height in familiar terms.
The conversion is based on a fixed ratio: one inch equals exactly 2.54 centimeters, and one foot equals 12 inches. While the math is straightforward, converting between the two systems mentally — especially when dealing with the feet-and-inches split — can be error-prone, making a dedicated converter a practical everyday tool.
Tool description
The Height Metric Imperial Converter provides quick, bidirectional conversion between centimeters and feet/inches. Choose your conversion direction, enter a value, and instantly see the equivalent height in the other system. The tool handles the feet-and-inches split automatically, showing both the individual components and a formatted summary string for easy reading.
Features
- Bidirectional conversion: Convert from metric (cm) to imperial (ft/in) or imperial to metric with a single toggle
- Automatic feet/inches split: Metric-to-imperial results are automatically divided into whole feet and remaining inches
- Formatted summary: Displays height as both individual values and a combined readable string (e.g., "5 ft 11.02 in" or "180.34 cm (1.803 m)")
Conversion formula
- Metric to Imperial: Total inches = centimeters ÷ 2.54, then split into feet (÷ 12) and remaining inches
- Imperial to Metric: Centimeters = (feet × 12 + inches) × 2.54