Number to Words Converter converts any integer or decimal number into its English word representation. Enter a number (e.g., 1,234,567.89) and get the spelled-out version (one million two hundred thirty-four thousand five hundred sixty-seven and eighty-nine cents) — useful for writing checks, legal documents, invoice amounts, and any context where numbers must be written in words. It supports numbers up to one quadrillion and handles negative numbers, decimals, and ordinals.
Writing numbers in words is required in many formal and legal contexts: checks and bank drafts (the word amount takes legal precedence over the numeric amount), legal contracts (amounts are written both numerically and in words), formal business correspondence, academic writing style guides (AP Style, Chicago Manual of Style), and localizing amounts for international audiences where decimal/thousands separators differ.
Scale: thousand (10^3), million (10^6), billion (10^9), trillion (10^12), quadrillion (10^15). US and UK differ on 'billion': in the US, 1 billion = 10^9 (short scale). Historically in the UK, 1 billion = 10^12 (long scale), but modern UK English has adopted the US short scale. For currency amounts, this tool uses 'and X cents' (e.g., $5.75 → five dollars and seventy-five cents).
Check amount
Result: 1,247.50 → 'One thousand two hundred forty-seven and 50/100 dollars'
Legal contract amount
Result: 50000 → 'Fifty thousand dollars (USD 50,000)'
Ordinal conversion
Result: 21 → 'twenty-first'; 102 → 'one hundred second'
What is the difference between cardinal and ordinal numbers?
Cardinal numbers express quantity: one, two, three, four. Ordinal numbers express position or rank: first, second, third, fourth. Ordinals are used for: dates (the 4th of July), rankings (1st place, 2nd place), floors of a building (the 12th floor), and centuries (the 21st century). Regular ordinals: add -th (fourth, seventh, tenth). Irregular ordinals: one→first, two→second, three→third, five→fifth, eight→eighth, nine→ninth, twelve→twelfth.
Are there rules about when to write numbers as words?
AP Style (journalism): spell out numbers one through nine; use numerals for 10 and above. Chicago Manual of Style (books): spell out numbers zero through one hundred; use numerals above (with exceptions for percentages, measurements). Academic APA: use numerals for numbers 10 and above; spell out numbers below 10. In all styles: always spell out a number at the start of a sentence, or rewrite the sentence. Specific exceptions vary — consult your style guide for your context.
What does '50/100' mean on a check?
'Fifty and 50/100' on a check means fifty dollars and fifty cents — the cents are written as a fraction of 100. This format (Dollars and Cents/100) is traditional for checks because it clearly distinguishes the dollars (spelled out) from the cents (numeric fraction). If there are no cents: write 'fifty and 00/100' or 'fifty and no/100'. The fractional cents format is preferred over writing 'fifty dollars and fifty cents' on checks.
How do large numbers scale in words?
Thousand = 1,000 (10^3). Million = 1,000,000 (10^6). Billion = 1,000,000,000 (10^9, US short scale). Trillion = 10^12. Quadrillion = 10^15. Quintillion = 10^18. Reading: 1,234,567 = 'one million two hundred thirty-four thousand five hundred sixty-seven'. For very large numbers in formal contexts, use numeric notation alongside: 'five billion dollars ($5,000,000,000)'.
What is the difference between decimal systems in different countries?
Number formatting differs internationally. In the US/UK: period (.) is the decimal separator, comma (,) is the thousands separator: 1,234.56. In continental Europe (Germany, France, Spain): comma is the decimal separator, period or space is thousands: 1.234,56. In India: the first comma appears after three digits, then every two digits: 1,23,456 (the lakh system). This tool uses US formatting — for other locales, use the output as a guide and adjust separators.