This tool spells any whole number into Bengali (Bangla) words using the Indian numbering system — ideal for cheques, invoices and documents in Bangladesh and West Bengal. It runs entirely in your browser.
How it works
Bengali numbers from 0 to 99 are largely irregular — they do not split cleanly into tens and units — so each value 0-99 is stored in a full lookup table for accuracy. Above 99 the number is grouped using the Indian system: hundreds (শ/শত), then in pairs of two digits for হাজার (thousand, 1,000), লক্ষ (lakh, 100,000) and কোটি (crore, 10,000,000).
Example
The number 1234 is 1 thousand, 2 hundred and 34:
| Part | Bengali |
|---|---|
| 1000 | এক হাজার |
| 200 | দুইশ |
| 34 | চৌত্রিশ |
Read together: এক হাজার দুইশ চৌত্রিশ.
Everything happens in your browser — nothing is uploaded.