US vs European number formats
Why 1,234.56 and 1.234,56 mean the same amount, how separators differ around the world, and how to avoid costly misreadings.
The same number, two conventions
In the United States and much of the English speaking world, a comma groups thousands and a dot marks the decimal, so one and a quarter million reads 1,234,567.89. Across most of continental Europe the roles are swapped: a dot or a space groups thousands and a comma is the decimal mark, giving 1.234.567,89. Both strings describe the exact same quantity, only the punctuation differs. Recognizing which convention a figure follows is the first step to reading it correctly.
Why the difference exists
The split is a historical accident rather than a rule anyone planned. Early printers and mathematicians in different regions settled on different marks for the decimal point, and national standards later cemented those habits. To reduce the confusion, the international SI standard now recommends a thin space for grouping and allows either a dot or a comma for the decimal, which is why you sometimes see 1 234 567,89 on scientific and official documents. This tool lets you reproduce any of these styles by editing the two separator fields.
Where mismatches cause real problems
Importing a spreadsheet exported under one convention into software set to the other is a classic source of errors, because 1.500 can be read as fifteen hundred or as one and a half. Financial reports, invoices and data feeds that cross borders are especially exposed, and a single misread separator can shift a figure by three orders of magnitude. Reformatting numbers into the reader's expected style before you share them removes the ambiguity. Choosing a decimal count as well keeps currency columns aligned and easy to scan.
How to format for your audience
Decide who will read the number and match their local convention rather than your own. For a US audience keep the comma and dot; for German, Spanish or French readers switch to the dot and comma pair with the EU button. When a document mixes nationalities, the space grouped SI style with a clear decimal comma or dot is the safest neutral choice. Add a currency prefix or a percent suffix so the unit is never in doubt, and the same underlying value will read cleanly wherever it lands.