🧮 IP Calculator
Subnet calculation, ranges, masks and CIDR notation
Subnet Mask Selector
Network
| CIDR Notation | 10.10.0.0/24 |
| Network Address | 10.10.0.0 |
| Broadcast Address | 10.10.0.255 |
| First Host | 10.10.0.1 |
| Last Host | 10.10.0.254 |
Mask & Stats
| Subnet Mask | 255.255.255.0 |
| Wildcard Mask | 0.0.0.255 |
| Total Hosts | 256 |
| Usable Hosts | 254 |
| IP Class | Class A |
| Address Type | Private |
Binary Representation
IP IP in Binary
00001010.00001010.00000000.00000000
█ network bits
█ host bits
Mask in Binary
11111111.11111111.11111111.00000000
Subnet Splitter
| # | Subnet (/28) | Range | Broadcast Address | Usable Hosts |
|---|---|---|---|---|
| 1 | 10.10.0.0/28 | 10.10.0.1 — 10.10.0.14 | 10.10.0.15 | 14 |
| 2 | 10.10.0.16/28 | 10.10.0.17 — 10.10.0.30 | 10.10.0.31 | 14 |
| 3 | 10.10.0.32/28 | 10.10.0.33 — 10.10.0.46 | 10.10.0.47 | 14 |
| 4 | 10.10.0.48/28 | 10.10.0.49 — 10.10.0.62 | 10.10.0.63 | 14 |
| 5 | 10.10.0.64/28 | 10.10.0.65 — 10.10.0.78 | 10.10.0.79 | 14 |
| 6 | 10.10.0.80/28 | 10.10.0.81 — 10.10.0.94 | 10.10.0.95 | 14 |
| 7 | 10.10.0.96/28 | 10.10.0.97 — 10.10.0.110 | 10.10.0.111 | 14 |
| 8 | 10.10.0.112/28 | 10.10.0.113 — 10.10.0.126 | 10.10.0.127 | 14 |
| 9 | 10.10.0.128/28 | 10.10.0.129 — 10.10.0.142 | 10.10.0.143 | 14 |
| 10 | 10.10.0.144/28 | 10.10.0.145 — 10.10.0.158 | 10.10.0.159 | 14 |
| 11 | 10.10.0.160/28 | 10.10.0.161 — 10.10.0.174 | 10.10.0.175 | 14 |
| 12 | 10.10.0.176/28 | 10.10.0.177 — 10.10.0.190 | 10.10.0.191 | 14 |
| 13 | 10.10.0.192/28 | 10.10.0.193 — 10.10.0.206 | 10.10.0.207 | 14 |
| 14 | 10.10.0.208/28 | 10.10.0.209 — 10.10.0.222 | 10.10.0.223 | 14 |
| 15 | 10.10.0.224/28 | 10.10.0.225 — 10.10.0.238 | 10.10.0.239 | 14 |
| 16 | 10.10.0.240/28 | 10.10.0.241 — 10.10.0.254 | 10.10.0.255 | 14 |
Converter
IP → Integer
168427520
Mask → CIDR
/ 24
Range (hex)
0x0A0A0000 — 0x0A0A00FF
Quick Converter (no reload)
IP → Integer
Integer → IP
📊 Subnet Visualization
10.10.0.0
10.10.0.255
Network
▲ 10.10.0.0
Broadcast
Usable hosts: 254
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 |