Number to Words
Convert numbers to written words (English).
Examples
📘 How It Works
Chunk Processing
Numbers are split into 3-digit chunks from right to left (units, thousands, millions, etc.). Each chunk is converted independently.
Hundreds Conversion
Each chunk handles 0-999: ones (1-19), tens (20-90), and hundreds (100-900). Special rules for teens (11-19) prevent awkward constructions.
Scale Words
After converting each chunk, scale words are appended: thousand, million, billion, trillion. Empty chunks are skipped.
Decimal Handling
Decimals are spelled digit by digit after 'point'. So 45.67 becomes 'forty-five point six seven'.
Negative Numbers
Negative numbers are prefixed with 'negative' before converting the absolute value to words.
💡 Common Use Cases
Writing Checks
Banks require amounts written in words on checks. Convert 1250.00 to 'one thousand two hundred fifty' instantly.
Legal Documents
Contracts often require amounts spelled out to prevent forgery. Ensure accuracy in legal agreements.
Formal Invitations
Wedding invitations and formal event cards may spell out dates and times for elegance.
Educational Materials
Teaching aids for children learning number words. Practice and verify spelling of large numbers.
Accessibility
Create text versions of numbers for screen readers and accessibility-first content.
Report Writing
Style guides often require small numbers (under 10) to be spelled out in professional writing.