Roman Numerals Converter

Convert numbers to Roman numerals and Roman numerals back to numbers (1–3999). Free, instant, no signup.

Formula: Subtractive notation: IV=4, IX=9, XL=40, XC=90, CD=400, CM=900.

How to use the Roman Numerals Converter

  1. Enter your values. Fill in the fields with your numbers.
  2. Calculate. Press Calculate to run the roman numerals converter.
  3. Use the result. Copy the result or try a related tool next.

Why use our Roman Numerals Converter

Instant results. Enter your figures and the roman numerals converter returns an answer in seconds.
Free & private. Runs in your browser — no signup, and nothing is sent to a server.
Accurate. Uses standard formulas so you can rely on the numbers.

Free to use — premium coming soon

FREE
  • Unlimited calculations
  • Instant results
  • No signup
PREMIUM
  • Remove ads
  • Save & compare scenarios
  • Export results

About the Roman Numerals Converter

The Roman Numerals Converter translates ordinary numbers into Roman numerals and decodes Roman numerals back into everyday digits. Roman numerals use just seven letters as building blocks: I is 1, V is 5, X is 10, L is 50, C is 100, D is 500, and M is 1,000. Paste in a year like 1994 and you get MCMXCIV; type in a string like XLII and you get 42. Instead of hunting across a wall chart and adding the pieces by hand, the tool does the arithmetic instantly and shows the breakdown so you can see exactly how each letter contributes.

People reach for this converter for surprisingly specific reasons. Roman-numeral dates are a favorite for tattoos, wedding and anniversary jewelry, and engraved gifts, where a year such as 2008 becomes MMVIII. Sports fans use it to decode Super Bowl numbering, which is written in Roman numerals every year. It is handy for reading antique clock faces, movie copyright years buried in the credits, book chapter and volume numbers, building cornerstones, and the regnal numbers of monarchs and popes. Students and parents also lean on it to check homework, since converting both directions makes the logic easy to verify.

Conversion follows a few firm rules. Symbols are normally added from largest to smallest, so XVI is 10 + 5 + 1 = 16. A smaller symbol placed before a larger one is subtracted, which is why IV is 4 and IX is 9, but only six subtractive pairs are valid: IV, IX, XL, XC, CD, and CM. The same letter may repeat at most three times in a row, and V, L, and D never repeat. There is no symbol for zero, because the system was built for counting and trade rather than place-value math. Standard notation tops out at 3,999 (MMMCMXCIX); larger values historically used a bar (vinculum) to multiply by 1,000.

Everything runs entirely in your browser, so the numbers and dates you enter, including personal milestones meant for a tattoo or gift, are never uploaded to a server or stored. Accuracy is enforced by validating against the rules above: the converter rejects malformed input such as IIII or IC and only accepts well-formed numerals, so you can trust the output before you commit it to ink or engraving. Because there is no rounding or estimation involved, the result is exact every time for any whole number from 1 to 3,999.

Frequently asked questions

What is the largest number this converter can handle?

In standard form, Roman numerals go up to 3,999, written MMMCMXCIX, because no basic symbol may repeat more than three times (so 4,000 cannot be MMMM). Numbers above that historically required a bar over a letter to multiply it by 1,000.

Why is there no Roman numeral for zero?

The Romans built their numerals for counting and trade, where there was no need to represent nothing, and when they did need the idea they used the Latin word nulla. The concept of zero as a digit came later, with the Hindu-Arabic place-value system.

Why do some clocks show IIII instead of IV for four?

Many clock and watch dials use IIII for visual balance with the heavy VIII opposite it, and the habit predates the subtractive IV becoming standard. It is a design tradition, not a mistake; strict modern notation still uses IV for 4.

How do I write a year like 2024 in Roman numerals?

Break it into thousands, hundreds, tens, and ones, then combine: 2024 is MM (2000) + XX (20) + IV (4), giving MMXXIV. The converter does this automatically and shows the breakdown so you can double-check before engraving or tattooing it.

What counts as an invalid Roman numeral?

A numeral is invalid if a symbol repeats more than three times (IIII), if it uses a subtractive pair outside the six allowed ones (IC instead of XCIX), or if larger values follow smaller ones incorrectly. The converter flags these rather than guessing a value.

From our blog

Bytes, Bits and Bibytes: A Plain-English Guide to Data Storage Units

By the Super Simple Digital Tools Team · Updated June 2026

Digital storage looks simple until you notice the same number means different things in different places. A drive labelled 1 TB, an operating system reporting 931 GB, and an internet plan promising 1 Gbps are all describing data, yet none of them line up cleanly. The root cause is that computing grew up using two scales at once: powers of ten, which humans count in, and powers of two, which machines are built on. Learning to translate between them is the single most useful skill for making sense of capacity, downloads, and backups.

Start with the byte, the everyday building block equal to eight bits. From there, decimal prefixes multiply by 1,000 at each step: a kilobyte is 1,000 bytes, a megabyte is a million, a gigabyte is a billion. This is the scale storage manufacturers use, partly because it is the official metric meaning of kilo, mega and giga, and partly because the numbers look bigger. It is also the scale behind file sizes shown on macOS and most networking gear, which is why decimal mode is a sensible default for everyday comparisons.

The binary scale multiplies by 1,024 instead, because 1,024 is two to the tenth power and aligns naturally with how memory is addressed. To end the confusion, in 1998 the International Electrotechnical Commission introduced new names for these binary units: kibibyte (KiB), mebibyte (MiB), gibibyte (GiB) and tebibyte (TiB). Windows still labels its binary figures with the old GB symbol even though it is really counting in gibibytes, which is exactly why a drive's reported size seems to shrink after you plug it in.

Bits add the final twist. Storage is measured in bytes, but data transfer is measured in bits per second, and the lowercase b versus uppercase B is easy to miss. Because there are eight bits in a byte, you divide a connection's bit rate by eight to get its real byte throughput. A 200 Mbps plan moves about 25 MB per second, so a 5 GB game patch lands in roughly three and a half minutes under ideal conditions, before accounting for congestion and overhead.

Put those rules together and every storage question becomes a quick conversion. Want to know how much a 500 GB phone holds in everyday terms? At rough averages of 3 MB per photo, 6 MB per song, and about 1 GB per hour of 720p video, that is around 160,000 photos, 80,000 songs, or 500 hours of video, with real numbers shifting by quality and format. A converter removes the guesswork so you can plan capacity, compare drives, and estimate download times with confidence.

  • When comparing a drive label to what your computer shows, set the converter to decimal for the box figure and binary for the on-screen figure, then watch the roughly 7% gap appear at the gigabyte level.
  • Reading an internet plan? Remember Mbps is megabits. Convert to megabytes per second by dividing by 8 before estimating how long a download will take.
  • For backups, size your destination in the same convention your operating system uses, so a 1 TB target does not surprise you by showing as about 931 GB of usable space.
  • Storing the result for documentation? Use the full-precision view rather than the rounded figure, since rounding small fractions can compound across many files.

Read the full guide →

Tool by the Super Simple Digital Tools Team. Reviewed by our editorial team. Free to use, no signup required.

Related tools