Monu Tools

羅馬數字轉換器

在阿拉伯數字與羅馬數字之間互相轉換(範圍:1 至 3999)。

如何使用 羅馬數字

  1. 01

    選擇轉換方向:數字轉羅馬,或羅馬數字轉數字。

  2. 02

    輸入您的值。

  3. 03

    複製轉換結果。

What it does

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.

How Roman numerals work

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.

Why the range stops at 3999

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.

Where you still see them

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.

Case handling and privacy

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-Hant/roman-numeral-converter" width="100%" height="640" style="border:1px solid #e5e5e5;border-radius:12px;max-width:680px" loading="lazy" title="Monu Tools"></iframe>

相關工具