Converting Shoe and Clothing Sizes Without a Chart on the Wall
August 28, 2026 · DevTools
Shoe and clothing sizes aren't standardized across regions the way metric units are — a EU 41 and a US 8 and a UK 7 are all describing the same foot, but there's no single authority converting between them, just overlapping regional conventions that mostly agree. The Clothing & Shoe Size Chart converts from something you can actually measure — foot length in centimeters, waist in centimeters — rather than asking you to already know a size in a system you're trying to leave.
Shoe size from foot length
Measure heel to longest toe in centimeters, and the tool derives EU size as roughly (footLength + 1.5) × 1.5, rounded to the nearest whole size — the extra 1.5cm accounts for the small toe-room a shoe needs beyond bare foot length. US and UK sizes are then derived from that EU number with their own offset-and-scale relationship, and the JP size is reported as close to the raw foot length in centimeters, since Japanese (Mondopoint-style) sizing is essentially foot length directly rather than an arbitrary scale.
Clothing size from waist measurement
For clothing, waist circumference in centimeters maps to a US size in roughly 5cm increments starting from a 71cm baseline, with EU and UK sizes offset from that same US number by fixed amounts. It's a simplification — cut, brand, and garment type all shift real-world fit — but it gives a consistent starting point when a size label from one region means nothing in another.
Why measurements beat charts
A wall chart assumes your foot or waist matches whatever "average" the chart's region used to build its scale. Measuring directly and running the actual conversion formula sidesteps that assumption — useful specifically for cross-border online shopping, where the size on the page is in a system your own closet doesn't use.
Related conversions
Sizing isn't the only conversion problem international shopping and cooking create — the Kitchen & Recipe Converter handles the volume-to-weight side for recipes from a different region, and the general-purpose Unit Converter covers everything outside clothing and cooking specifically.