進数変換ツール
2から36までの任意の基数間で数値を変換。2進数、8進数、10進数、16進数などに対応。無料・即時変換、ステップバイステップの解説付き。
→
--
How It Works
- Enter a number — Type any number using digits valid for the input base (0-9 and A-Z for bases above 10).
- Select input base — Choose the base of the number you entered (binary=2, decimal=10, hex=16, etc.).
- Select output base — Choose the base you want to convert to. The result updates instantly.
- Review the steps — The conversion process is shown step by step, including the intermediate decimal value.
Common Number Bases
| Base | Name | Digits | Example |
|---|---|---|---|
| 2 | Binary | 0-1 | 1011 = 11 decimal |
| 8 | Octal | 0-7 | 17 = 15 decimal |
| 10 | Decimal | 0-9 | 42 = 42 decimal |
| 16 | Hexadecimal | 0-9, A-F | 2F = 47 decimal |
| 36 | Base-36 | 0-9, A-Z | HELLO = 1704097992 decimal |
About Number Base Converter
2から36までの任意の基数間で数値を変換します。2進数、8進数、10進数、16進数、およびすべての中間基数に対応。変換プロセスをステップバイステップで確認し、計算の仕組みを理解できます。
基数2〜36に対応
全35種類の基数に対応。2進数(2)、8進数(8)、10進数(10)、16進数(16)、そして36進数まで、あらゆる基数をサポート。
ステップバイステップ解説
変換手順を確認:まず位取り記数法で10進数に変換し、その後、繰り返し除算で目的の基数に変換します。
リアルタイム変換
入力するたびに結果が更新されます。入力値、入力基数、出力基数を変更すると、結果が即座に表示されます。
プログラマー向け
等幅フォント、大文字の16進数表記、明確な表記法。開発者やコンピュータサイエンスの学生に最適です。