Roman Numeral Converter
Convert numbers to Roman numerals or decode Roman numerals.
| Number | Roman | Number | Roman | Number | Roman |
|---|---|---|---|---|---|
| 1 | I | 4 | IV | 5 | V |
| 9 | IX | 10 | X | 40 | XL |
| 50 | L | 90 | XC | 100 | C |
| 400 | CD | 500 | D | 900 | CM |
| 1000 | M | 1900 | MCM | 2000 | MM |
| 2024 | MMXXIV | 3000 | MMM | 3999 | MMMCMXCIX |
ローマ数字の記号と値
ローマ数字の読み方——ステップバイステップ
現代でのローマ数字の使用場面
7つの基本記号は:I = 1、V = 5、X = 10、L = 50、C = 100、D = 500、M = 1000です。記号は一般的に大きい値から小さい値の順で左から右に書かれます。小さい値が大きい値の前に来る場合は、減算の規則が適用されます。
学生は古代の日付や古典テキストを参照する歴史の課題に必要です。グラフィックデザイナーはロゴデザインや記念行事のために年号を変換します(MMXXVI = 2026)。ライターは学術論文や正式なレポートでローマ数字のセクションを使って章を表記します。パズルや脱出ゲームの愛好家はローマ数字の手掛かりを解読します。映画制作チームは画面上の著作権年度の表示を確認します。時計コレクターはアンティーク時計の彫刻を読みます。
7つの基本記号を超えて、これらの組み合わせが最も頻繁に登場します:IV = 4、IX = 9、XL = 40、XC = 90、CD = 400、CM = 900。2024年はMMXXIV(2000 + 20 + 4)、1999年はMCMXCIX(1000 + 900 + 90 + 9)です。2000年代の年はすべてMMで始まります。1900年代はすべてMCMで始まります。今年(2026年)はMMXXVIです。
標準的なローマ数字表記では最大記号としてM(1000)を使用します。3つのMを超えて繰り返さずに表現できる最大の数は3999(MMMCMXCIX)です。それより大きな数にはvinculumの表記が必要でした——数字の上の横棒で1000倍にします。この体系ではV̄ = 5,000、M̄ = 1,000,000です。この拡張は現代では標準化されていないため、ほとんどのローマ数字体系は3999で上限を設けています。
- 左から右へ読み、各文字に標準値を割り当てます。
- 文字の後に同じか小さい値の文字が続く場合は加算します。
- 文字の後に大きい値の文字が続く場合は減算します(減算表記)。
- すべての値を合計して最終的な数値を得ます。
- 時計や腕時計の文字盤(IからXII)
- 書籍の前付け(序文、目次のページ番号)
- 映画の続編とフランチャイズ(ロッキーII、ワイルド・スピードX)
- スーパーボウルのナンバリング(Super Bowl LVIII)
- 君主と教皇(チャールズ3世、フランシスコ教皇)
- 映画クレジットの著作権年度表示
- 法的文書のアウトライン番号
よくある質問
- What are Roman numerals?
- Roman numerals are a numeral system originating in ancient Rome that uses combinations of letters from the Latin alphabet: I (1), V (5), X (10), L (50), C (100), D (500), and M (1000). They are still used today for clock faces, book chapters, movie sequels, copyright years, and Super Bowl numbering.
- What is the subtractive notation rule?
- When a smaller numeral appears before a larger one, it is subtracted. For example, IV = 4 (5−1), IX = 9 (10−1), XL = 40 (50−10), XC = 90 (100−10), CD = 400 (500−100), CM = 900 (1000−100). Only these six combinations are valid subtractive pairs.
- Why is there no zero in Roman numerals?
- Roman numerals evolved from tally marks and were designed for counting objects, not for positional arithmetic. The concept of zero as a placeholder was developed independently in ancient India and later adopted in the Arabic numeral system. Roman numerals have no symbol for zero and cannot easily represent large numbers or fractions.
- What is the largest Roman numeral?
- In standard notation without extensions, 3999 (MMMCMXCIX) is the largest number representable. Roman numerals cannot represent zero or negative numbers. Extended systems used a bar over a numeral to multiply by 1000 (e.g., V̄ = 5,000), but this is not covered by standard notation.
- How do I read the year in Roman numerals?
- Break the year into thousands, hundreds, tens, and units. For 2024: 2000 = MM, 0 hundreds = nothing, 20 = XX, 4 = IV → MMXXIV. For 1999: M + CM + XC + IX = MCMXCIX.
関連ツール
- JSON Formatter, Validator & Repair Tool
Format, minify, validate, and repair JSON instantly in your browser. Sort keys alphabetically, auto-format on paste, download as file, escape/unescape strings — free, no sign-up, 100% client-side.
- QRコード生成
URL、テキスト、Wi-FiなどのQRコードを生成。PNGでダウンロード可能。
- パスワード生成
カスタム長と文字セットで強力なランダムパスワードを生成。
- Base64 エンコーダー / デコーダー
テキストをBase64にエンコード、または逆にデコード。
- URLエンコーダー / デコーダー
パーセントエンコーディングでURLとクエリ文字列をエンコードまたはデコード。