Type any whole number from 1 to 3999 and get its Roman numeral instantly, or use the reference chart of symbol values and common conversions. It is handy for clock faces, book chapters, movie sequels, copyright years, and homework.
How it works
Roman numerals use seven letters with fixed values: I=1, V=5, X=10, L=50, C=100, D=500, M=1000. The converter works greedily from the largest value down, subtracting each value from the number as many times as it fits and appending its symbol — including the six subtractive pairs (IV, IX, XL, XC, CD, CM) so that 4 is written IV, not IIII. The standard range without overline notation is 1 to 3999 (I to MMMCMXCIX), which is the limit this tool supports.
Example
Convert 1994:
- 1000 → M (remainder 994)
- 900 → CM (remainder 94)
- 90 → XC (remainder 4)
- 4 → IV
- Result: MCMXCIV
| Number | Roman |
|---|---|
| 4 | IV |
| 9 | IX |
| 40 | XL |
| 90 | XC |
| 400 | CD |
| 2026 | MMXXVI |
Everything runs in your browser with no network calls.