How this instrument works
Height is unusual among body measurements because it is written down in two entirely different shapes. Spoken English and most US paperwork favour a mixed pair, '5 foot 7', while anything that needs to sort, filter, average or compare heights numerically — a recruiting spreadsheet, a uniform-sizing system, a transportation clearance table — needs one plain number instead, because a spreadsheet cannot sort '5 ft 7 in' correctly against '5 ft 11 in' without first parsing that string apart. This calculator produces exactly that single figure: a height in centimetres becomes one decimal number of inches, nothing split into feet and left over.
The reason a single multiplication does the whole job is the 1959 international yard and pound agreement, which fixed the inch at exactly 25.4 millimetres across the United States, Britain, Canada, Australia and two other signatory nations. Before that date, national inches differed by a handful of parts per million — far too small to matter for a person's height, but enough that today's exactness is a matter of treaty rather than of measurement. Dividing by 2.54, or equivalently multiplying by 0.393700787402, carries no error beyond the display rounding you see on screen.
Where feet-and-inches suits a form filled in by a person, decimal inches suits a system built to do arithmetic on the result: averaging a team's heights, checking whether a rider clears a ride's minimum, comparing a batch of imported garment measurements against a US sizing chart, or importing an international roster where every other field is already a plain number. Any of those tasks becomes harder, not easier, once height is trapped inside a spoken-language string.
- Enter the measured stature into the Height (cm) field — it opens at 165 cm, a representative adult height.
- Read the Height (inches) field for the single decimal-inch figure, recalculated on every keystroke.
- Paste that one number directly into a spreadsheet column, database field, or sizing form that expects decimal inches.
- Need the spoken '5 foot 7' form instead? Divide the result by 12 for whole feet, keeping the remainder as leftover inches.
- Round only at the very last step — keep the full decimal while the figure still feeds into further calculations.
Worked example — 165 cm entered onto a roster spreadsheet
An international student-athlete's academy sends a roster with heights recorded in centimetres, but the receiving programme's spreadsheet stores every other prospect's height as a single decimal-inch number so the column can be sorted and averaged. Entering 165 into Height (cm) returns 64.9606299213 in Height (inches) — one clean figure, ready to sit in the same column as the rest of the roster with no further parsing needed.
Compare that to the alternative: writing the same height as '5 ft 4.96 in' would need to be split into two numbers, or parsed out of a text string, before any spreadsheet formula could sort or average it correctly. The decimal-inch figure skips that step entirely, which is exactly why systems built for calculation, rather than for speech, ask for height in this single form.
Questions
Why does this converter give one number instead of feet and inches?
Because feet-and-inches is a spoken and written convention, not a number a computer can sort or average without first parsing it apart. Systems that store height for calculation — recruiting databases, sizing charts, transportation clearance tables — use a single decimal-inch figure instead, since '64.96' behaves like any other number in a spreadsheet formula while '5 ft 4.96 in' does not.
How do I turn the decimal-inch result back into feet and inches to say aloud?
Divide the figure by 12 and keep the whole-number part as feet; multiply whatever remains by 12 to get the leftover inches. For 64.9606299213 in, dividing by 12 gives 5 with a remainder of 4.9606299213 in, so the spoken height is '5 foot 5', or more precisely 5 ft 4.96 in if a form wants that extra decimal kept.
Is the centimetre-to-inch conversion itself exact?
Yes — one inch has equalled exactly 25.4 mm since the international yard and pound agreement of 1 July 1959, so there is no measurement tolerance anywhere in this calculation, only the display rounding shown on screen. A height of 165 cm converts to the identical 64.9606299213 in every time, with nothing left to a margin of error.
Why might a sizing chart or database round this to 65 inches?
Whole-inch rounding is a display choice made further downstream, not something this conversion needs to do itself. Some systems store the full decimal and only round it for a printed label; others round early to keep every field a tidy whole number. Rounding 64.9606299213 to 65 overstates the true height by about 0.04 in, small enough to ignore for most sizing purposes but worth knowing if a system compounds several rounded figures together.
Does this differ from converting any other length, like a shelf or a doorway, to inches?
The arithmetic is identical to any other centimetre-to-inch conversion — nothing about a person's height changes the multiplication. What differs is only the output format: a shelf depth is usually read as one plain figure already, while height carries a cultural habit of being spoken as feet-and-inches, which is exactly the habit this page's single-number output is built to bypass.
Can I use this for a child's height on a growth record?
The conversion itself works at any height, since it is a fixed multiplication rather than an age-specific formula. Whether a particular record, chart, or software field expects a single decimal-inch number or a feet-and-inches pair depends on that system's own format, so check what it asks for before entering the figure this page returns.