Roman Numeral Converter
Convert a number to Roman numerals or read a Roman numeral back as a number, with full validation of the standard 1–3999 range. Calculates in your browser.
Roman numeral
-
How Roman numerals work
Seven letters carry values: I=1, V=5, X=10, L=50,
C=100, D=500, M=1000. They are added left to right, except when a
smaller letter sits before a larger one (like IV=4 or CM=900), where it is subtracted.
Standard Roman numerals run from 1 to 3999 and have one correct spelling each, so IIII is
rejected in favour of IV.
What this does
A Roman numeral converter turns a number into Roman numerals or reads a numeral back as a number, validating the standard 1–3999 range that the classic system can represent.
How to use it
- Enter a number to get its Roman numeral.
- Or enter a numeral to read it as a number.
- Copy the validated result.
How it works
Letters add left to right (I, V, X, L, C, D, M), except a smaller letter before a larger one, which is subtracted. Each number has exactly one canonical spelling, so non-standard forms like IIII are rejected when reading.
Example
4 is IV, 9 is IX, 40 is XL, and 1994 is MCMXCIV. The supported range is 1 to 3999.
Sources & methodology
Last updated .
Frequently asked questions
What range is supported?
Standard Roman numerals cover 1 to 3999. The classic system has no symbol for zero or for numbers of 4000 and above without overlines.
How does subtractive notation work?
A smaller letter before a larger one is subtracted: IV is 4, IX is 9, XL is 40, and CM is 900. Otherwise letters are added left to right.
Why is IIII rejected?
Each number has exactly one standard spelling. Four is written IV, not IIII, so the tool only accepts the canonical form when reading numerals.
Is my data stored?
No. Everything is calculated locally in your browser.
Related tools
Number Base Converter
Convert whole numbers between binary, octal, decimal, hexadecimal, and any base from 2 to 36. Uses exact big-integer math, so long values keep every digit. Calculates in your browser.
Number to Words Converter
Spell out any number in English words (whole numbers, decimals, and negatives) ideal for cheques, contracts, and invoices. Calculates in your browser.
Percentage Calculator
Work out percentages four ways: a percent of a value, what percent one number is of another, the percent change between two numbers, and a percentage increase or decrease. Calculates in your browser.
Ratio Calculator
Simplify a ratio to its lowest whole-number terms, or solve a proportion to find a missing value when two ratios are equal. Handles decimal terms too. Calculates in your browser.