🧮 IP Calculator
Subnet calculation, ranges, masks and CIDR notation
Subnet Mask Selector
Network
| CIDR Notation | 10.0.0.0/23 |
| Network Address | 10.0.0.0 |
| Broadcast Address | 10.0.1.255 |
| First Host | 10.0.0.1 |
| Last Host | 10.0.1.254 |
Mask & Stats
| Subnet Mask | 255.255.254.0 |
| Wildcard Mask | 0.0.1.255 |
| Total Hosts | 512 |
| Usable Hosts | 510 |
| IP Class | Class A |
| Address Type | Private |
Binary Representation
IP IP in Binary
00001010.00000000.00000000.00000000
█ network bits
█ host bits
Mask in Binary
11111111.11111111.11111110.00000000
Subnet Splitter
| # | Subnet (/27) | Range | Broadcast Address | Usable Hosts |
|---|---|---|---|---|
| 1 | 10.0.0.0/27 | 10.0.0.1 — 10.0.0.30 | 10.0.0.31 | 30 |
| 2 | 10.0.0.32/27 | 10.0.0.33 — 10.0.0.62 | 10.0.0.63 | 30 |
| 3 | 10.0.0.64/27 | 10.0.0.65 — 10.0.0.94 | 10.0.0.95 | 30 |
| 4 | 10.0.0.96/27 | 10.0.0.97 — 10.0.0.126 | 10.0.0.127 | 30 |
| 5 | 10.0.0.128/27 | 10.0.0.129 — 10.0.0.158 | 10.0.0.159 | 30 |
| 6 | 10.0.0.160/27 | 10.0.0.161 — 10.0.0.190 | 10.0.0.191 | 30 |
| 7 | 10.0.0.192/27 | 10.0.0.193 — 10.0.0.222 | 10.0.0.223 | 30 |
| 8 | 10.0.0.224/27 | 10.0.0.225 — 10.0.0.254 | 10.0.0.255 | 30 |
| 9 | 10.0.1.0/27 | 10.0.1.1 — 10.0.1.30 | 10.0.1.31 | 30 |
| 10 | 10.0.1.32/27 | 10.0.1.33 — 10.0.1.62 | 10.0.1.63 | 30 |
| 11 | 10.0.1.64/27 | 10.0.1.65 — 10.0.1.94 | 10.0.1.95 | 30 |
| 12 | 10.0.1.96/27 | 10.0.1.97 — 10.0.1.126 | 10.0.1.127 | 30 |
| 13 | 10.0.1.128/27 | 10.0.1.129 — 10.0.1.158 | 10.0.1.159 | 30 |
| 14 | 10.0.1.160/27 | 10.0.1.161 — 10.0.1.190 | 10.0.1.191 | 30 |
| 15 | 10.0.1.192/27 | 10.0.1.193 — 10.0.1.222 | 10.0.1.223 | 30 |
| 16 | 10.0.1.224/27 | 10.0.1.225 — 10.0.1.254 | 10.0.1.255 | 30 |
Converter
IP → Integer
167772160
Mask → CIDR
/ 23
Range (hex)
0x0A000000 — 0x0A0001FF
Quick Converter (no reload)
IP → Integer
Integer → IP
📊 Subnet Visualization
10.0.0.0
10.0.1.255
Network
▲ 10.0.0.0
Broadcast
Usable hosts: 510
Reserved: 2
your_ip
📋 Subnet Cheat Sheet
| CIDR | Mask | Hosts | Usage |
|---|---|---|---|
| /8 | 255.0.0.0 | 16,777,214 | Large Class A networks |
| /16 | 255.255.0.0 | 65,534 | Medium corporate networks |
| /24 | 255.255.255.0 | 254 | Typical home/office network |
| /25 | 255.255.255.128 | 126 | Half of /24 |
| /26 | 255.255.255.192 | 62 | Small department |
| /27 | 255.255.255.224 | 30 | Small office |
| /28 | 255.255.255.240 | 14 | Micro-segment |
| /29 | 255.255.255.248 | 6 | Point-to-point with hosts |
| /30 | 255.255.255.252 | 2 | Point-to-point link |
| /31 | 255.255.255.254 | 2 | P2P (RFC 3021) |
| /32 | 255.255.255.255 | 1 | Single host route |