HomeEveryday Life › Shoe Size Converter

Shoe Size Converter

Converts an adult shoe size between US men's, US women's, UK, EU (Paris point) and centimetre foot-length (Japanese / Mondopoint) sizing with the adult formulas of the Wikipedia 'Shoe size' article, snapping to the nearest half UK size of the adult chart (UK 3–14).

When to use

You have a shoe size in one system, or a measured foot length in centimetres, and need the equivalent adult US, UK, EU or centimetre size.

Do not use when: You need children's sizes (different scales), width fittings, or an exact match for a specific brand — brand charts differ by up to a full size, so use the brand's own table; to convert foot lengths between units use length.

Formula

foot_in = (UK + 23) / 3 = (US_men + 22) / 3 = (US_women + 20.5) / 3; cm = foot_in × 2.54 = (EU − 2) / 1.5; UK = 3 × foot_in − 23 rounded to the nearest 0.5 (chart UK 3–14); US_men = UK + 1; US_women = US_men + 1.5; EU = 1.5 × cm + 2 rounded to the nearest 0.5; JP = cm rounded to the nearest 0.5

Adult formulas from the Wikipedia 'Shoe size' article: the UK/US barleycorn scale (1/3 inch per size, US men's one size above UK) and the EU Paris point (2/3 cm per size, including the 2-point last allowance). The result is the chart row nearest to the input, so converting back and forth can move by half a size; manufacturers' charts deviate by up to one full size and their cm/Japanese labels typically run 0.5–1 cm larger than the measured foot.

Inputs

ParameterTypeUnitRequiredDescription
sizenumberyesThe size number in the chosen system (for cm: the measured foot length in centimetres). Range: ≥ 0, ≤ 60
systemenum: us_men | us_women | uk | eu | cmyesSystem of the entered size.

Outputs

OutputTypeUnitDescription
us_mennumberUS men's size = UK + 1.
us_womennumberUS women's size = US men's + 1.5 (common retail scale; athletic/FIA charts use +1).
uknumberUK size, the nearest half size of the adult chart (3–14).
eunumberEU (Paris point) size = 1.5 × foot length in cm + 2, rounded to the nearest half size.
cmnumbercmFoot length of the chart row, (UK + 23) / 3 inches in cm; the basis of Japanese and Mondopoint sizing.
jpnumbercmJapanese (JIS) size = foot length in cm rounded to the nearest 0.5.
foot_length_innumberinFoot length of the chart row in inches.
notestringChart row used and the brand-variation caveat.

Example

US men's 10: {"size":10,"system":"us_men"}{"us_men":10,"us_women":11.5,"uk":9,"eu":42.5,"cm":27.1,"jp":27,"foot_length_in":10.67}

24 cm foot length: {"size":24,"system":"cm"}{"uk":5.5,"us_men":6.5,"us_women":8,"eu":38,"cm":24.1,"jp":24}

GET https://tttkmbb.com/api/v1/calculate/shoe-size?size=10&system=us_men

Machine access

Sources

FAQ

Why does my brand's chart give a different EU or cm size?

Brands size on their own lasts: EU labels vary by about ±1 and cm/Japanese labels usually include 0.5–1 cm of toe room beyond the measured foot. This tool applies the published formula relations, so treat the result as a starting point.

Which US women's scale is used?

The common retail scale (women's = men's + 1.5). Athletic brands using the FIA scale label women's shoes only one size above men's; subtract 0.5 for those.

How do I measure foot length?

Stand on paper, mark the heel and the longest toe, measure the distance in cm and use the larger foot; enter it with system cm.

Related calculators