Roman Numeral Converter
Convert numbers to Roman numerals or decode Roman numerals.
| Number | Roman | Number | Roman | Number | Roman |
|---|---|---|---|---|---|
| 1 | I | 4 | IV | 5 | V |
| 9 | IX | 10 | X | 40 | XL |
| 50 | L | 90 | XC | 100 | C |
| 400 | CD | 500 | D | 900 | CM |
| 1000 | M | 1900 | MCM | 2000 | MM |
| 2024 | MMXXIV | 3000 | MMM | 3999 | MMMCMXCIX |
Roman numeral symbols and values
The seven basic symbols are: I = 1, V = 5, X = 10, L = 50, C = 100, D = 500, M = 1000. Symbols are generally written from largest to smallest, left to right. When a smaller value precedes a larger one, it uses the subtractive rule.
How to read Roman numerals step by step
- Read from left to right, assigning each letter its standard value.
- If a letter is followed by a letter of equal or lesser value, add it.
- If a letter is followed by a letter of greater value, subtract it (subtractive notation).
- Sum all values to get the final number.
Where Roman numerals are used today
- Clock and watch faces (I through XII)
- Book front matter (preface, table of contents page numbers)
- Movie sequels and franchises (Rocky II, Fast X)
- Super Bowl numbering (Super Bowl LVIII)
- Monarchs and popes (King Charles III, Pope Francis)
- Copyright year notices in film credits
- Outline numbering in legal documents
Who uses a Roman numeral converter
Students need it for history assignments that reference ancient dates and classical texts. Graphic designers converting year numbers (MMXXVI = 2026) for logo designs and anniversary commemorations. Writers titling chapters in academic theses or formal reports that use Roman numeral sections. Puzzle and escape room enthusiasts decoding Roman numeral clues. Film production teams checking on-screen copyright year display. Watch collectors reading antique timepiece engravings.
Common Roman numeral values to memorise
Beyond the seven basic symbols, these combinations appear most frequently: IV = 4, IX = 9, XL = 40, XC = 90, CD = 400, CM = 900. The year 2024 is MMXXIV (2000 + 20 + 4). The year 1999 is MCMXCIX (1000 + 900 + 90 + 9). Any year in the 2000s starts with MM. Any year in the 1900s starts with MCM. The current year 2026 is MMXXVI.
Why Roman numerals stop at 3999
Standard Roman notation uses M as the largest symbol (1000). The maximum number representable without repetition beyond three Ms is 3999 (MMMCMXCIX). Larger numbers required the vinculum notation — a bar over a numeral multiplying it by 1000. Under this system, V̄ = 5,000 and M̄ = 1,000,000. This extension is not standardised in modern use, which is why most Roman numeral systems cap at 3999.
Frequently asked questions
- What are Roman numerals?
- Roman numerals are a numeral system originating in ancient Rome that uses combinations of letters from the Latin alphabet: I (1), V (5), X (10), L (50), C (100), D (500), and M (1000). They are still used today for clock faces, book chapters, movie sequels, copyright years, and Super Bowl numbering.
- What is the subtractive notation rule?
- When a smaller numeral appears before a larger one, it is subtracted. For example, IV = 4 (5−1), IX = 9 (10−1), XL = 40 (50−10), XC = 90 (100−10), CD = 400 (500−100), CM = 900 (1000−100). Only these six combinations are valid subtractive pairs.
- Why is there no zero in Roman numerals?
- Roman numerals evolved from tally marks and were designed for counting objects, not for positional arithmetic. The concept of zero placeholder w independently in ancient India and later adopted in the Arabic numeral system. Roman numerals have no symbol for zero and cannot easily represent large numbers or fractions.
- What is the largest Roman numeral?
- In standard notation without extensions, 3999 (MMMCMXCIX) is the largest number representable. Roman numerals cannot represent zero or negative numbers. Extended systems used a bar over a numeral to multiply by 1000 (e.g., V̄ = 5,000), but this is not covered by standard notation.
- How do I read the year in Roman numerals?
- Break the year into thousands, hundreds, tens, and units. For 2024: 2000 = MM, 0 hundreds = nothing, 20 = XX, 4 = IV → MMXXIV. For 1999: M + CM + XC + IX = MCMXCIX.
Related tools
- JSON Formatter, Validator & Repair Tool
Format, minify, validate, and repair JSON instantly in your browser. Sort keys alphabetically, auto-format on paste, download as file, escape/unescape strings — free, no sign-up, 100% client-side.
- QR Code Generator
Generate QR codes for URLs, text, Wi-Fi, and more. Download as PNG.
- Password Generator
Generate strong, random passwords with custom length and character sets.
- Base64 Encoder / Decoder
Encode text to Base64 or decode Base64 back to plain text.
- URL Encoder / Decoder
Encode or decode URLs and query strings with percent-encoding.