Roman Numeral Converter
Numbers to Roman numerals and back, using the standard subtractive notation.
Updated
A whole number from 1 to 3999. There is no Roman zero and no Roman negative.
In Roman numerals
MMXXVI
2,026 written the standard way
- Number
- 2,026
- Numeral
- MMXXVI
- Letters
- 6
- Adds up as
- 1000 + 1000 + 10 + 10 + 5 + 1
M = 1000, M = 1000, X = 10, X = 10, V = 5, I = 1. Each rung is used at most three times in a row, and the six subtractive pairs (IV, IX, XL, XC, CD, CM) exist precisely so a fourth repeat is never needed.
In short
Why do Roman numerals stop at 3999?
Because M is the largest letter and no letter may repeat more than three times, so MMMCMXCIX — 3999 — is the end of the road. Going higher needs the vinculum, an overbar that multiplies a letter by 1000, and plain ASCII cannot type it. That is why this converter covers 1 to 3999 and refuses anything outside it.
There is also no zero and no negative. The system has no symbol for an empty column, which is exactly what makes long multiplication in Roman numerals so painful.
How to use the roman numeral converter
Type a number and get its numeral, or type a numeral and get its number. The breakdown row underneath shows the addition the letters stand for, which is the part worth reading: 1994 is MCMXCIV because it is 1000 plus 900 plus 90 plus 4, and each of those last three is a subtractive pair rather than a run of repeats.
The seven letters never change value. I is 1, V is 5, X is 10, L is 50, C is 100, D is 500 and M is 1000. Everything else in the system is a rule about the order you may put them in, and there are only two rules that matter.
- 1
Larger before smaller means add
Reading left to right, values normally descend and you total them up. MMXXVI is 1000 plus 1000 plus 10 plus 10 plus 5 plus 1, which is 2026.
- 2
Smaller before larger means subtract
A smaller letter placed before a larger one is taken away from it. IV is 4 and IX is 9, which is how the system avoids ever writing four of the same letter in a row.
- 3
Only I, X and C may subtract
And only from the next two values up. So IV, IX, XL, XC, CD and CM are the complete list of six legal pairs. V, L and D never subtract from anything.
That short list is why this converter rejects rather than guesses. IIII breaks the repeat rule, VX puts a five-letter in front of a larger one, and IC tries to subtract across two orders of magnitude at once. Every one of them has an obvious intended meaning, and none of them is how the number is written.
Do
- Read a numeral left to right, adding unless a smaller letter sits before a larger one.
- Use the six subtractive pairs so no letter ever repeats four times.
- Check any numeral you plan to carve, print or tattoo before it becomes permanent.
- Expect IIII on a traditional clock dial and IV almost everywhere else.
- Fall back on Arabic digits for anything above 3999.
Don't
- Subtract from a letter more than two rungs up, which rules out IC and IM.
- Put V, L or D in front of a larger letter, since none of the three ever subtracts.
- Expect arithmetic to be easy in a system with no symbol for an empty column.
- Read MCM as 1100 by adding the letters without checking their order.
- Trust a converter that silently accepts a spelling it cannot produce itself.
The seven letters, the six subtractive pairs, and the spelling each pair exists to replace.
| Symbol | Value | Kind | What it replaces |
|---|---|---|---|
| I | 1 | Letter | Nothing, it is the unit |
| IV | 4 | Subtractive pair | IIII |
| V | 5 | Letter | Nothing |
| IX | 9 | Subtractive pair | VIIII |
| X | 10 | Letter | Nothing |
| XL | 40 | Subtractive pair | XXXX |
| L | 50 | Letter | Nothing |
| XC | 90 | Subtractive pair | LXXXX |
| C | 100 | Letter | Nothing |
| CD | 400 | Subtractive pair | CCCC |
| D | 500 | Letter | Nothing |
| CM | 900 | Subtractive pair | DCCCC |
| M | 1000 | Letter | Nothing, and the largest available |
So why does the clock on the wall say IIII?
Because clock dials follow a horological convention rather than the grammar this tool enforces, and they have done so for centuries. Look at almost any traditional dial with Roman hours and the four is written IIII, not IV, while every other hour on the same face follows the ordinary rules.
Several explanations get repeated, and they are worth separating from each other by how well they hold up. The visual argument is the strongest of them: IIII balances the VIII sitting opposite it, and the dial divides neatly into a first group using only I, a second using V, and a third using X.
- Hours 1 to 4
- I, II, III, IIII
- Hours 5 to 8
- V, VI, VII, VIII
- Hours 9 to 12
- IX, X, XI, XII
- Total I characters on the dial
- 20, cast as identical strokes
The casting argument follows from the same table: a mould producing four X, four V and twenty I fills a whole dial with no leftovers.
The famous counterexample is the Great Clock at Westminster, the dial usually called Big Ben, which uses IV. So the convention is a strong tendency rather than a law, and a numeral is not wrong for following either side of it. What is true is that IIII on a clock face is a real and long-standing exception to the rule this converter enforces everywhere else.
Treat it the way you would any craft convention. If you are labelling chapters, dating a film, or checking a monument inscription, use the standard subtractive form the tool produces. If you are designing a watch face, IIII is the traditional choice and nobody in horology will blink at it.
Numbers written in other bases
Roman numerals are one of several ways to write the same quantity. The base converter shows a value in binary, octal, decimal, hexadecimal and any base up to 36 at once.
Open the base converter →What the system genuinely cannot express
Roman numerals are additive rather than positional, and that single difference explains every limitation. There is no column that could be empty, so there is nothing for a zero to mark and no symbol was ever needed for one. The Romans handled the idea of nothing with the word nulla when they had to write it at all.
There are no negative numbers either, and no fractions in the letter system. Roman fractions existed but used a separate duodecimal notation based on twelfths, with its own symbols, which is a different system rather than an extension of this one.
3999
The largest value
written MMMCMXCIX in 9 letters
15
The longest numeral
3888 is MMMDCCCLXXXVIII
7
Letters in the whole system
I, V, X, L, C, D, M
The 3999 ceiling is the practical one. Roman writers did have ways past it: the vinculum drew a bar over a letter to multiply it by 1000, so a barred X meant ten thousand, and an earlier apostrophus notation used enclosing marks for the same job. Neither survives as plain typeable text.
That is why this converter stops where it does. Emitting a barred M would mean choosing between a combining overline character that renders inconsistently, an image, or a made-up convention, and none of those is something you could paste into a document and trust. A clean refusal at 3999 is more honest than a numeral that looks different everywhere it is displayed.
The formula, worked line by line
Encoding is a single greedy pass down a ladder of thirteen rungs. The ladder holds the seven letters and the six subtractive pairs together in descending value order, and the pairs sit between the letters at exactly the values they represent. Take the largest rung that fits, subtract it, repeat.
Putting the pairs on the same ladder as the letters is what makes the greedy pass correct. When the algorithm reaches 4 it finds the IV rung before it finds the I rung, so it can never emit IIII, and the same holds at 9, 40, 90, 400 and 900.
ladder = M 1000, CM 900, D 500, CD 400, C 100, XC 90, L 50, XL 40, X 10, IX 9, V 5, IV 4, I 1
encode: take the largest rung that fits, append its symbol, subtract its value, repeat
decode: sum each letter, but subtract any letter smaller than the one after it
valid = M{0,3} then (CM | CD | D?C{0,3}) then (XC | XL | L?X{0,3}) then (IX | IV | V?I{0,3})
accepted only if encode(decode(input)) is identical to the input- Start at 1994, take M
- 1000, leaving 994
- CM fits before D does
- 900, leaving 94
- XC fits before L does
- 90, leaving 4
- IV fits before I does
- 4, leaving 0
- 1994
- MCMXCIV
Four rungs, four symbols, no repeats. The same pass on 3888 produces MMMDCCCLXXXVIII, which at 15 letters is the longest numeral the whole range contains.
Decoding is the reverse scan, and on its own it is far too generous. A plain left-to-right sum with subtraction happily reports 4 for IIII and 99 for IC, because both strings do describe a coherent arithmetic even though neither is a legal spelling.
So the tool applies two gates. The grammar pattern above rejects malformed shapes outright, and then the parsed value is re-encoded and compared against what you typed. Only a string that survives both is accepted, which guarantees every input the tool takes is one it could have produced itself.
The range is small enough to verify exhaustively rather than argue about, so the test suite does exactly that. All 3999 values are encoded, decoded and compared back, producing 3999 distinct numerals with no collisions and no value that fails its own grammar.
Questions people ask
Related guides
Putting JSON in a URL: Validate, Minify, Percent-Encode, or Base64url?
A decision guide for flattening, encoding, checking, and safely transporting JSON in a query string.
August 11, 2026 · 9 min read
How Many Grams in a Cup? Every Ingredient, One Chart
One formula, fourteen densities. Why flour is 120 g, honey is 340 g, and the ingredient — not the cup — decides the number.
August 10, 2026 · 14 min read
How Are Loan Payments Calculated? Amortization, Explained
One level payment, front-loaded interest — the formula worked by hand, the two levers you control, and why the smaller payment is often the costlier loan.
July 23, 2026 · 13 min read