Shoe Size Converter
Convert shoe sizes between US, UK, EU, and CM (foot length) systems for men, women, and children. Includes width sizing guide and measurement instructions.
Size Charts
- US Men's 10: UK 9.5, EU 44, 28 cm
- US Women's 8: UK 6, EU 39, 25 cm
- US to UK (Men): Subtract 0.5
- US to EU (Men): Add ~33
How to Measure Your Foot
- Stand on paper with heel against a wall
- Mark the longest toe
- Measure from wall to mark in centimeters
- Measure both feet (they are often different sizes)
- Use the larger foot for sizing
Width Sizes
- Narrow: AA (Women), B (Men)
- Standard: B (Women), D (Men)
- Wide: D (Women), E or EE (Men)
- Extra Wide: EE (Women), EEE/EEEE (Men)
Why Shoe Sizes Are a Global Mess — And How a Converter Actually Fixes It
If you've ever ordered shoes from a European brand, received them, and found yourself staring at a label that says "42" while your American brain calculates nothing useful, you already understand the core problem. Shoe sizing is one of those measurement systems where several independent conventions developed in parallel across different continents, none of them compatible, and none of them going away anytime soon. A shoe size converter tool isn't just a convenience — it's the only rational interface between incompatible legacy systems that have calcified into international commerce.
The Underlying Math: What Shoe Size Numbers Actually Represent
Most people treat shoe sizes as abstract labels. But each system encodes a real unit of measurement, just a different one depending on geography.
- US sizes are based on barleycorns — yes, an actual historical grain-based unit. One barleycorn equals one-third of an inch. US men's size 9 corresponds to a last length of roughly 10.25 inches. Women's sizes use the same barleycorn increment but start from a different baseline, which is why a women's 9 and a men's 9 are not the same shoe.
- UK sizes also use barleycorns but start counting from a different origin point, making them consistently one full size smaller than US men's sizes. A US men's 10 is a UK 9.
- EU sizes (technically the Paris Point system) measure in two-thirds of a centimeter per increment. EU 43 corresponds to a last length of approximately 28.67 cm. The math is straightforward: multiply Paris Points by two-thirds to get centimeters.
- Japanese sizes are the cleanest — they use actual centimeters of foot length, typically ranging from 22 to 30 cm for adult feet. No conversion constant needed; it's just direct measurement.
- Mondopoint, used by NATO militaries and some athletic equipment standards, is also in millimeters of foot length plus a width measurement. Almost nobody encounters it in retail, but it shows up in ski boots and specialized gear.
When a shoe size converter processes your input, it's doing one of two things: either it has a lookup table mapping one arbitrary system to another, or it's converting through an intermediate physical measurement (usually foot length in centimeters or inches) as the common denominator. The better tools use the physical measurement approach because it exposes the underlying reality rather than hiding it behind a correspondence table that assumes standard width.
Where Half Sizes and Width Codes Break the Simple Model
Here's where shoe size converters earn their keep or fail spectacularly. EU sizes don't have half sizes in the same sense — the Paris Point increment is 6.67mm, while half a US size is about 4.23mm. This means a conversion from US 9.5 to EU produces a fractional result (approximately EU 42.67), which gets rounded to either 42 or 43. Both are defensible; neither is perfect. A good converter tells you this explicitly rather than confidently printing "EU 43" as though it were exact.
Width is an entirely separate dimension that most size converters ignore by default. US and UK systems have a letter-based width code — AAA, AA, A, B, C, D, E, EE, EEE — where D is the standard men's width. EU sizing encodes no width information at all in the number. If you're a wide-footed person converting from US 10 4E to an EU equivalent, the converter can tell you the length correspondence (EU 43-44 range) but the width problem is yours to solve through brand research.
Practical Workflow: Using a Shoe Size Converter Effectively
- Start with a physical measurement, not your "known" size. Foot length varies across brands because "last" shapes differ. Measure your foot in centimeters while standing (weight-bearing flattens the arch slightly and adds 3-5mm). This gives you a reference that any size system can map to.
- Input your measurement, not your habitual size. If you enter "US 10" into a converter, you get a table-based correspondence that assumes you actually fit a standard US 10 last. If you enter 27.5 cm of actual foot length, the converter can tell you which size in each system most closely matches that measurement.
- Check the brand's own size chart before buying. Nike, Adidas, New Balance, and most serious brands publish their own charts with foot-length-to-size mappings. Converter tools give you a starting hypothesis; brand charts give you the specification for that specific product line.
- When converting children's sizes, use a separate section. Children's sizing in the US resets at toddler sizes (starting around US 1T after infant sizes end near US 13), then resets again at youth sizes. EU children's sizing flows continuously from infant through youth without these resets, which means the correspondence table for a US youth 4 is very different from a US adult 4.
The File and Data Angle: What Happens Inside the Tool
From a data perspective, a shoe size converter is fundamentally a multi-column lookup table with interpolation logic. The underlying data structure maps foot length ranges (in mm, typically) to corresponding size values in each regional system. When you submit an input, the tool locates your foot length range and reads across the row.
The interesting engineering decision is how to handle the gaps — where a foot length sits between two size increments in the target system. Different converters make different choices: some always round up (safer for fit), some always round down (smaller package cost for retailers), and some show both options with a note about sizing down for snug fit versus sizing up for comfort. The last approach is most honest.
For bulk use — say, a retailer importing a product catalog and needing to generate EU size equivalents for a US-sized inventory — the underlying data is essentially a CSV or JSON file with columns for each size system. The tool wraps this data in a UI, but the data itself can be exported, queried, or embedded in inventory management systems. Some converter tools offer API access precisely because the "file and data" use case is real: apparel companies maintain size correspondence tables as structured data assets, not just as reference charts for individual shoppers.
Common Errors to Avoid
The most common mistake is assuming that men's and women's US sizes convert the same way to EU. They do not. US women's sizes run approximately 1.5 sizes larger than US men's for the same foot length. A woman wearing US women's 9 is looking at roughly EU 40; a man wearing US men's 9 is looking at roughly EU 42-43. Entering "9" without specifying gender will give you a result that's potentially two EU sizes off.
The second common error is ignoring the difference between shoe size and foot length. A shoe labeled EU 42 is built on a last that is longer than a 42 Paris Point measurement — by convention, shoes are made with toe room built in (usually 10-15mm beyond the foot). When a converter maps EU 42 to a foot length, it's giving you the recommended foot length for that shoe, not the shoe's internal length. Knowing this matters if you're measuring an existing shoe to figure out its size — you need to subtract the standard toe allowance.
When Converters Disagree: Reading the Variance as Information
If you check three different shoe size converter tools for the same conversion, you will often get results that differ by half a size. This is not a bug in one tool — it reflects genuine ambiguity in the correspondence between systems. The Paris Point and barleycorn increments don't divide into each other cleanly. When you see this variance, treat it as a signal: your target size is on a boundary, and fit will depend heavily on brand-specific last shape. In practice, this means the right answer for a boundary conversion is to try both sizes if possible, or to read reviews specifically about whether that shoe runs true to size, small, or large.
A shoe size converter is most powerful when you understand what it's actually doing — bridging incompatible unit systems through a shared physical measurement — rather than treating it as an oracle. Feed it real foot measurements, account for width and gender, cross-reference brand charts for high-stakes purchases, and treat any result within half a size of a system boundary as a range rather than a single answer. That's how you go from confused to genuinely informed.