Length Suite

Meters to Feet + Inches Converter

Convert Meters (m) into compound Feet & Inches format.

Enter Value

Conversion Result

-
Formula & Conversion Step:
Total Inches = (m * 100) / 2.54
Feet = floor(Inches / 12)
Inches = Inches % 12

What is the Meters to Feet+Inches Converter?

The Meters (m) to Feet and Inches converter translates international metric heights into the split, two-part Imperial format (e.g., 5'9") that is easily understood by Americans.

How It Works (Formula)

The tool first divides the meters by 0.3048 to calculate the total decimal feet. It takes the whole number as the "Feet" output, and takes the remaining decimal fraction, multiplying it by 12, to calculate the "Inches" output.

$$ L_{(\text{ft})} = \lfloor \frac{L_{(\text{m})}}{0.3048} \rfloor $$
$$ L_{(\text{in})} = (\frac{L_{(\text{m})}}{0.3048} - L_{(\text{ft})}) \times 12 $$

The composite floor algorithm unpacking metric into split Imperial formats.

How to Use It

Enter the metric length in Meters (e.g., 1.75 m). The calculator will process the fractional split and output the measurement formatted as Feet and Inches. For example, exactly 1.80 meters becomes 5 feet and 10.86 inches.

Related Conversions:

© RapidTables.me. All rights reserved.