| Symbol | Value | Count | Subtotal |
|---|
| Symbol | Value |
|---|---|
| I | 1 |
| V | 5 |
| X | 10 |
| L | 50 |
| Symbol | Value |
|---|---|
| C | 100 |
| D | 500 |
| M | 1000 |
| IV | 4 |
Type a number in the decimal box to see its Roman numeral equivalent. Or type a Roman numeral in the other box to convert it back to a regular number. The converter works in both directions instantly. Numbers from 1 to 3999 are supported, which covers the standard Roman numeral range.
| Symbol | Value | Notes |
|---|---|---|
| I | 1 | Basic unit |
| V | 5 | Cannot be repeated |
| X | 10 | Used for tens |
| L | 50 | Cannot be repeated |
| C | 100 | Used for hundreds |
| D | 500 | Cannot be repeated |
| M | 1000 | Used for thousands |
Normally, symbols are written largest to smallest and added together. VIII = 5 + 1 + 1 + 1 = 8. But when a smaller symbol comes before a larger one, you subtract it instead. This is called subtractive notation.
There are exactly six subtractive pairs to learn: IV = 4, IX = 9, XL = 40, XC = 90, CD = 400, CM = 900. Any other combination simply adds. So XIV = 10 + (5 - 1) = 14.
Use the greedy approach. Start with the largest symbol value that fits, write it down, subtract it from your number, then repeat. To convert 1999:
Result: MCMXCIX. Keep going until you reach 0.