숫자를 로마 숫자로, 로마 숫자를 숫자로 변환합니다 (1~3999).
로마 숫자 사용 방법
숫자를 로마로 변환할지, 로마를 숫자로 변환할지 선택하세요.
값을 입력하세요.
변환된 결과를 복사하세요.
This is a two-way Roman numeral converter for numbers from 1 to 3999. Type an ordinary number to get the numeral, or type a numeral to get the number, with the input validated so only well-formed numerals are accepted.
Roman numerals build values from seven letters: I (1), V (5), X (10), L (50), C (100), D (500) and M (1000). They are mostly additive, so XVII is 17, but they also use subtraction.
Subtraction is the part people trip on: a smaller numeral before a larger one is subtracted, so IV is 4 and IX is 9. The converter enforces the standard form, rejecting non-standard spellings like IIII or VV.
The range stops at 3999 (MMMCMXCIX) because standard Roman numerals have no symbol for larger thousands and no zero at all, since the Romans had no concept of zero as a number.
You still meet Roman numerals often: clock faces, book chapters and page prefixes, film and copyright years, monarch and pope names, and event editions like Super Bowls and Olympics.
Input is read case-insensitively, so mcmlxxxiv and MCMLXXXIV both give 1984, and everything runs instantly in your browser.
자주 묻는 질문
1(I)에서 3999(MMMCMXCIX)까지의 표준 로마 숫자를 지원합니다. 로마인들은 0과 3999 이상의 표준 표기법이 없었습니다.
더 큰 숫자 앞에 더 작은 숫자가 오면 뺍니다. IV는 4, IX는 9입니다. 변환기는 IIII나 VV 같은 잘못된 형식을 거부합니다.
네. 로마 숫자는 대소문자 구분이 없으므로 mcmlxxxiv와 MCMLXXXIV 모두 1984를 반환합니다.
이 도구 임베드하기
이 도구를 직접 운영하는 웹사이트에 추가하세요. 아래 코드를 복사하면 자동으로 최신 상태로 유지됩니다.
<iframe src="https://monu.tools/embed/ko/roman-numeral-converter" width="100%" height="640" style="border:1px solid #e5e5e5;border-radius:12px;max-width:680px" loading="lazy" title="Monu Tools"></iframe>관련 도구