Shoe Size Converter

Last updated: May 6, 2026
SystemSize
US
UK
EU
CM (foot length)

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 Sizing Is a Nightmare — and How an Online Converter Fixes It

If you have ever ordered shoes from a Japanese brand, received them, and found yourself staring at a number like "25.5" stamped inside the heel — with no idea whether that makes them a US men's 7 or a women's 8 — you already understand why a shoe size converter exists and why it matters more than most people assume. The problem is not that shoe sizing is arbitrary. It is that it evolved separately across multiple continents, each with internally consistent but mutually incompatible logic. The converter is the bridge.

The Underlying Measurement Systems: What the Numbers Actually Mean

There are four major sizing systems still in active use globally, and each is rooted in a different unit of measurement:

  • US sizing is based on barleycorns — a unit equal to one-third of an inch — with a baseline offset. A US men's size 1 corresponds to a foot length of 7⅔ inches (about 194 mm). Each full size up adds one barleycorn (8.47 mm).
  • UK sizing uses the same barleycorn increment but starts from a different baseline, making it consistently one full size behind US men's sizing in most cases (though the women's gap is different, which is where people get tripped up).
  • EU sizing uses Paris Points, where one Paris Point equals ⅔ of a centimeter (6.67 mm). EU sizes represent the length of the last — the foot-shaped mold — not the actual foot, so they run slightly larger than the measured foot length.
  • Japanese/Mondopoint sizing is the cleanest: it is just the foot length in millimeters, divided by 10 to get centimeters. A JP 25 shoe is designed for a foot approximately 250 mm long. No offsets, no historical artifacts.

A shoe size converter does not just look up a table. The good ones apply these formulas so you get accurate results even for half-sizes or unusual combinations. The important distinction is this: a converter using actual formula-based math will handle a JP 25.5 correctly (mapping it to US men's 7.5 or EU 39–40 depending on gender) rather than rounding to the nearest integer and potentially sending you a shoe half a size off.

Gender Splits and Why They Cause Confusion

One of the most misunderstood aspects of US sizing is that men's and women's sizes are not on the same scale. Women's US sizes run approximately 1.5 sizes larger than men's for the same physical foot. A US women's 9 corresponds to a US men's 7.5 — same foot length, different number. When you feed a size into a converter, specifying gender is not optional. It is the most critical input.

This matters especially for unisex or cross-gender shoe shopping, which is far more common now than it was twenty years ago. Many performance sneaker brands release colourways in men's sizing only. If a woman with a US women's 9.5 wants a pair, she needs to know she should order a men's 8 — not a men's 9.5. The converter handles this translation instantly, but only if you enter "women's" on the input side and "men's" on the output side.

How to Actually Use a Shoe Size Converter Correctly

  1. Measure your foot first. Do not rely on what you "usually wear." Feet change over time — arches drop, feet widen after pregnancy, sizes drift after long periods of athletic training. Measure the length in millimeters from the back of the heel to the tip of the longest toe, standing up, at the end of the day when feet are at their largest.
  2. Select your source system and gender. If you are entering a size stamped in a shoe you own and like, select that shoe's system. If you measured your foot in mm, use Mondopoint or just enter mm directly if the converter supports it.
  3. Choose the target system. This is the system of the shoe you want to buy.
  4. Check whether the brand runs true to size. A converter gives you a statistically typical mapping. Specific brands — particularly Italian leather dress shoes, many Asics running shoes, and some New Balance models — are known to run a half-size long or short. Use the converter output as a starting point, then cross-reference the brand's own size chart.

The File and Data Angle: What the Tool Is Doing Behind the Scenes

A shoe size converter in the "file and data" tool category is typically processing either direct numerical input or a data file — sometimes a CSV or spreadsheet with multiple entries — and returning mapped values. This is different from a single-use widget embedded in a retailer's product page. These tools are built for batch work: importers, product catalog managers, e-commerce operators syncing inventory across regional storefronts.

Consider a practical scenario. A shoe distributor receives inventory data from a Korean manufacturer. The file contains 400 SKUs, each listed in Korean sizes (KR), which are numerically identical to Mondopoint but carried under their own nomenclature in regional catalogs. The distributor needs to generate a US-market product feed with US men's and women's equivalents. Running 400 rows through a manual lookup would take hours and introduce human error. A converter tool that accepts CSV input, maps KR → US Men's and KR → US Women's as separate output columns, and exports clean data cuts that to minutes.

The data structure for these conversions is typically a lookup table or a set of linear functions. The linear-formula approach handles half-sizes and edge cases more gracefully than a fixed lookup table, which would require a row for every possible size in every system. Better tools use the formula and then round to the nearest commercially available half-size in the target system.

Where Converters Get It Wrong — and What to Watch For

Not all converters are created equal. Common failure modes include:

  • Ignoring width. Shoe width (B, D, EE for men; AA, B, D for women) is a separate dimension that no size converter addresses, because width naming conventions are even more chaotic and brand-specific than length sizing. A perfect length conversion can still yield an unwearable shoe if the width is wrong.
  • Conflating children's and adults' scales. Children's US sizing is a completely separate number line that resets at adult size 1. A child's US 13 is not the same as an adult US 13. A converter that does not ask adult vs. child will give wrong output for children's sizes.
  • Missing regional EU variants. EU sizing is officially standardized, but Italian footwear brands sometimes mark shoes in Paris size rather than EU size — a distinction that is usually just a name difference but occasionally causes off-by-one errors in lookup tools.
  • Not handling the UK women's quirk. UK women's sizing is not simply UK men's minus an offset. Some brands use UK unisex sizing; others maintain a separate women's UK scale. A naive converter will get this wrong half the time.

Practical Example: Converting a Vintage Sneaker Size

Say you find a pair of vintage Adidas on a European resale site listed as EU 42⅔. That is not a common modern size. Historically, Adidas used Paris Point sizing more granularly than today's market. EU 42⅔ translates to a foot length of approximately 270 mm, which puts it solidly at US men's 9. A basic converter that only handles whole EU sizes would either error out or snap to 42 or 43, both of which give a slightly different result. This is where a formula-based converter shines: feed it 42.67 as the EU input, and it returns the correct mapping rather than rounding you into the wrong shoe.

The Bottom Line

A shoe size converter sounds like a trivial utility — and for a single casual purchase, it mostly is. But the underlying complexity of sizing standards, gender splits, regional variants, and formula-versus-table implementation choices means there is a meaningful difference between a well-built converter and a shallow one. Whether you are an individual shopper importing sneakers from Japan, or a catalog manager syncing EU and US product feeds, the right tool respects the math, handles gender correctly, and gives you an output you can actually trust before committing to a purchase or pushing data to production.

Disclaimer: This article is for general informational and educational purposes only and does not constitute professional, financial, medical, or legal advice. Results from any tool are estimates based on the inputs provided. Always verify important details and consult a qualified professional before making decisions.