サブネット計算機
IPアドレスとCIDR表記からサブネット情報を計算します。ネットワークアドレス、ブロードキャスト、ホスト範囲、サブネットマスクなどを確認できます。
CIDRプレフィックスを含むIPアドレスを入力してください(例: 192.168.1.0/24)
| ネットワークアドレス | 192.168.1.0 |
| サブネットマスク | 255.255.255.0 |
| ブロードキャストアドレス | 192.168.1.255 |
| 最初の使用可能ホスト | 192.168.1.1 |
| 最後の使用可能ホスト | 192.168.1.254 |
| ワイルドカードマスク | 0.0.0.255 |
| 総ホスト数 | 256 |
| 使用可能ホスト数 | 254 |
| IPクラス | C |
| アドレスタイプ | プライベート |
バイナリ表現
IPアドレス: 11000000.10101000.00000001.00000000
サブネットマスク: 11111111.11111111.11111111.00000000
ネットワーク: 11000000.10101000.00000001.00000000
使い方
IPアドレスとCIDR表記からサブネット情報を計算します。ネットワークアドレス、ブロードキャスト、ホスト範囲、サブネットマスクなどを確認できます。
- 1Type an IP address with its CIDR prefix into the input field — for example, 192.168.1.0/24. Or click one of the example buttons below the field to auto-fill a common network.
- 2The calculator instantly shows the network address, subnet mask, broadcast address, first and last usable hosts, total and usable host counts, IP class, and whether it is a private or public range.
- 3Check the Binary Representation section at the bottom to see the IP address, subnet mask, and network address in dotted binary notation — useful for visualizing how the subnet mask splits the address.
- 4Use the wildcard mask output directly in Cisco ACLs or OSPF configurations.
- 5Try the quick-fill examples (10.0.0.0/8, 172.16.0.0/12, etc.) to compare class A, B, and C subnets side by side.
主な機能
- Instant CIDR calculation — network address, mask, broadcast, and host range appear as you type
- Binary representation — see the IP and mask in dotted binary to understand bit-level subnet logic
- Wildcard mask output — ready to paste into Cisco ACLs and routing configurations
- Private/public detection — identifies RFC 1918 private address ranges automatically
- Example quick-fill — common subnets (10.0.0.0/8, 172.16.0.0/12, 192.168.0.0/24) to explore immediately