📌 Overview
Convert shoe sizes between US, UK, EU, Chinese (mm) and Japanese systems for men, women and kids, based on actual foot length.
👟 Shoe Size Converter
Convert shoe sizes between US, UK, EU, Chinese (mm) and Japanese systems for men, women and kids, based on actual foot length.
📖 Deep Dive: Shoe Size Converter
Why shoe sizes are so messy
Shoe-size systems have different origins: the UK/US use a variant of the Paris point based on foot length in inches, Europe uses the Paris point (each point is 2/3 cm), and China and Japan use foot length in millimeters directly. The three systems differ in both starting point and increment, so they cannot be converted by simple addition or subtraction.
Foot length is the most reliable base
All conversions in this tool use actual foot length (mm) as the intermediate base: EU size is about (footLengthMm + 15) / 6.67, CN size = footLengthMm, US men's is about (footLengthMm - 208) / 8.47 + 6. This is far more accurate than rough rules like US + 33 = EU.