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

関連ツール