将数字转为罗马数字,也可将罗马数字转回数字(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)。罗马人没有零,也没有 3999 以上的标准表示法。
较小的数字置于较大的数字之前表示相减,因此 IV 是 4,IX 是 9。转换器会校验这一点,拒绝 IIII 或 VV 等写法。
接受。罗马数字按不区分大小写读取,因此 mcmlxxxiv 和 MCMLXXXIV 都得到 1984。
嵌入此工具
将此工具添加到你自己的网站。复制下方代码片段即可,它会自动保持最新。
<iframe src="https://monu.tools/embed/zh/roman-numeral-converter" width="100%" height="640" style="border:1px solid #e5e5e5;border-radius:12px;max-width:680px" loading="lazy" title="Monu Tools"></iframe>相关工具