This Roman numeral converter maps Arabic integers to Roman strings using the greedy standard table from 1 to 3999. The sample value 2026 in to roman mode returns MMXXVI.
Use it for dates, outlines, clock homework, and history class checks. For other unit style conversions on Multicalify, see the unit converter.
How the formula works
Walk a fixed list of values and symbols such as 1000=M, 900=CM, 500=D, 400=CD, 100=C, 90=XC, 50=L, 40=XL, 10=X, 9=IX, 5=V, 4=IV, and 1=I. At each step append the symbol for the largest value that does not exceed the remainder, then subtract and continue.
Worked example
2026: two M symbols cover 2000, remainder 26. Two X symbols cover 20, remainder 6. V covers 5, then I covers 1, giving MMXXVI.
| Part | Roman |
|---|---|
| 2000 | MM |
| 20 | XX |
| 6 | VI |
| Full value 2026 | MMXXVI |
How to use the fields
- Enter an integer in the supported range.
- Choose to roman mode for Arabic to Roman conversion.
- Read the Roman string and spot check by expanding thousands, tens, and units.
Subtractive pairs
IV, IX, XL, XC, CD, and CM keep strings shorter and match modern school standards. Writing four identical symbols in a row is avoided in the greedy table used here.
Common mistakes
- Writing IC for 99 instead of XCIX
- Using illegal subtractive pairs such as IL for 49
- Forgetting that M repeats for 2000 and 3000
- Mixing lowercase and assuming a different alphabet
Reading MMXXVI aloud
Break the string into place groups: MM is 2000, XX is 20, VI is 6. Saying two thousand twenty six matches the Arabic value and confirms the grouping.
Classroom drills
Convert 4, 9, 40, 90, 400, and 900 first so subtractive pairs stick. Then convert 2026 and confirm MMXXVI without looking at the answer key.
Reverse the drill: start from MMXXVI and rebuild 2026 by summing place groups.
Dates and outlines
Year numbers on monuments and book copyright lines often use Roman forms. Converters help readers who rarely practice the symbols, especially for years near 2000 where M repeats.
Outline levels in documents may still use I, II, III. Those small values are pure I and V patterns without thousands.
Clock faces vs school form
Some clock dials print IIII for four. School converters and this tool prefer IV. When comparing a clock photo to a homework answer, note which convention the dial uses.
Validating a Roman string
Reject unknown letters, wrong subtractive order, and values outside 1 to 3999. A clean converter should not invent meaning for malformed input.
After a successful to roman pass, converting back should recover the same integer when the implementation is consistent.
Place value mindset
Think thousands, hundreds, tens, and units separately, then concatenate. That habit prevents illegal mixes such as IM for 999 and keeps CM, XC, and IX in the right places.
For 2026 there is no hundreds digit, so nothing appears between MM and XX.
Limitations
Scoped to common 1 to 3999 notation. No overline thousands system, no archaic variants, and no Roman fractions.
Quick year conversions
Years near 2000 are mostly M symbols plus a small remainder. Practice 2010 as MMX, 2015 as MMXV, and 2026 as MMXXVI so the pattern sticks. When a remainder needs subtractive pairs, slow down and consult the greedy table instead of inventing illegal shortcuts.
Keep a one line note of value, mode, and Roman output whenever you convert a date for a citation so proofreaders can recheck MMXXVI against 2026 quickly.
Comparing two Roman strings
Convert both back to Arabic before you argue about order. MMXXV and MMXXVI look similar in print, but 2025 and 2026 differ by one year. Arabic intermediates remove that ambiguity during editing.
If a stone inscription uses unusual spacing, ignore spaces and evaluate the letter sequence with the same greedy values used for 2026.
When teaching, require both the Roman string and the Arabic check so MMXXVI and 2026 stay paired in every notebook entry.