Roman Numeral Converter
Convert Roman numerals and numbers
Try:
M = 1000CM = 900D = 500CD = 400C = 100XC = 90L = 50XL = 40X = 10IX = 9V = 5IV = 4I = 1
Rules: I=1, V=5, X=10, L=50, C=100, D=500, M=1000. A symbol repeats at most three times, and only IV, IX, XL, XC, CD and CM are valid subtractive pairs.
All processing happens locally in your browser. Your data is never uploaded to a server.