Number Formatting Around the World: Commas, Periods, and Lakhs
If you were asked to write down the number “one million, two hundred thousand, and a half,” how would you write it?
If you are in the United States or the United Kingdom, you would likely write 1,200,000.50. If you are in Germany, France, or Spain, you might write 1.200.000,50. If you are in Switzerland, you could write 1’200’000.50. And if you are in India, you would write 12,00,000.50 (and call it “twelve lakh”).
While mathematics is often called the universal language, the way we format numbers on paper is anything but universal—much like how counting terms differ across different languages. Depending on where you are in the world, the humble comma and period swap roles, and even the way digits are grouped together changes drastically.
In this article, we’ll explore the fascinating regional differences in number formatting. (And if you ever need to turn digits into words, our number converter is a great universal tool!)
The Decimal Separator: Point vs. Comma
In the standard decimal system, the most significant divide in global number formatting is the choice of the decimal separator—the symbol used to separate the integer part of a number from the fractional part.
The Decimal Point (Dot)
Countries that were historically influenced by the British Empire generally use a period (or dot) to indicate decimals. This is the standard in:
- The United States
- The United Kingdom
- Canada (English-speaking)
- Australia
- India
- China and Japan
Example: 3.14 (Three point one four)
The Decimal Comma
Much of Europe, South America, and parts of Africa use a comma as the decimal separator. This system was popularized by French mathematicians in the 18th century and adopted broadly. You will see the decimal comma in:
- France, Germany, Italy, Spain
- Russia
- Brazil, Argentina
- South Africa
Example: 3,14 (Three comma one four)
This dichotomy is why software developers have to be incredibly careful when localizing applications. If a German user inputs 50,5 into an American web form expecting a decimal, the American database might read it as 505, leading to massive miscalculations!
The Thousands Separator (Grouping)
To make large numbers readable, we group digits together using a thousands separator. Much like the decimal, the symbol used for grouping varies based on geography, usually acting as the opposite of whatever the local decimal separator is.
- Countries using the decimal point use a comma for thousands grouping:
1,000,000 - Countries using the decimal comma use a period (dot) for thousands grouping:
1.000.000
The Swiss Exception
Switzerland, known for its precision, avoids the comma/period confusion entirely by using a single quotation mark (an apostrophe) for grouping digits: 1'000'000.00. This elegant solution prevents ambiguity, especially in a country with multiple official languages.
The SI Standard (Spaces)
To solve international confusion, the International System of Units (SI) and the International Organization for Standardization (ISO) recommend dropping commas and periods entirely for grouping. Instead, they recommend using a thin space to separate groups of three digits, while allowing either a comma or a point for the decimal.
Under this standard, one million is written as 1 000 000. This is becoming increasingly common in scientific publications.
Grouping Sizes: The Indian Numbering System
In the West, we uniformly group numbers by threes (thousands, millions, billions). But in the Indian subcontinent (India, Pakistan, Bangladesh, Nepal), numbers are grouped completely differently based on the Vedic numbering system.
In the Indian system, after the initial thousands grouping, digits are grouped by twos. This corresponds to specific words in the regional languages:
- 100,000 is written as 1,00,000 and is called a Lakh.
- 10,000,000 is written as 1,00,00,000 and is called a Crore.
So, if an Indian company reports a revenue of 150 million rupees, it would be written and spoken as 15 Crore (15,00,00,000). If a house costs 2.5 million rupees, it is 25 Lakhs (25,00,000).
This system is so deeply ingrained in South Asian culture that Western grouping looks entirely foreign. The financial sectors in these countries operate entirely on Lakhs and Crores.
East Asian Myriads
In East Asian cultures like China, Japan, and Korea, numbers were historically grouped by fours (myriads, or groups of 10,000).
For example, the number 10,000 has a distinct word (like man in Japanese or wan in Mandarin). A million is not thought of as “one thousand thousands,” but rather as “one hundred ten-thousands” (100 x 10,000).
While modern commerce and banking in these countries have largely adopted the Western 3-digit grouping (1,000,000) for written Arabic numerals, the linguistic structure remains base-10,000.
Currency Formatting Nuances
Number formatting gets even more complex when money is involved. Different countries have different rules for where the currency symbol goes and how negative numbers are displayed.
- United States: $1,200.00 (Symbol before, no space)
- France: 1 200,00 € (Symbol after, with space)
- Canada (French): 1 200,00 $
- Switzerland: CHF 1’200.00
For negative currency, formatting varies wildly. A negative fifty dollars could be written as:
-$50.00$-50.00(50.00)(Common in US accounting)50.00-
Conclusion
Numbers might be universal, but formatting is deeply cultural. The way we write numbers tells a story about history, empire, linguistics, and trade.
Whether you are writing 1,000, 1.000, or 1'000, clarity is what matters most. Understanding these global differences is crucial for travelers, international businesses, and software developers alike.
And remember, if you ever have a number written out in plain English text and need to convert it into a standardized numerical format, our Word to Number Converter is just a click away to help you bridge the gap!