🧮 IP Calculator
Subnet calculation, ranges, masks and CIDR notation
Subnet Mask Selector
Network
| CIDR Notation | 10.10.0.0/21 |
| Network Address | 10.10.0.0 |
| Broadcast Address | 10.10.7.255 |
| First Host | 10.10.0.1 |
| Last Host | 10.10.7.254 |
Mask & Stats
| Subnet Mask | 255.255.248.0 |
| Wildcard Mask | 0.0.7.255 |
| Total Hosts | 2,048 |
| Usable Hosts | 2,046 |
| 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.11111000.00000000
Subnet Splitter
| # | Subnet (/25) | Range | Broadcast Address | Usable Hosts |
|---|---|---|---|---|
| 1 | 10.10.0.0/25 | 10.10.0.1 — 10.10.0.126 | 10.10.0.127 | 126 |
| 2 | 10.10.0.128/25 | 10.10.0.129 — 10.10.0.254 | 10.10.0.255 | 126 |
| 3 | 10.10.1.0/25 | 10.10.1.1 — 10.10.1.126 | 10.10.1.127 | 126 |
| 4 | 10.10.1.128/25 | 10.10.1.129 — 10.10.1.254 | 10.10.1.255 | 126 |
| 5 | 10.10.2.0/25 | 10.10.2.1 — 10.10.2.126 | 10.10.2.127 | 126 |
| 6 | 10.10.2.128/25 | 10.10.2.129 — 10.10.2.254 | 10.10.2.255 | 126 |
| 7 | 10.10.3.0/25 | 10.10.3.1 — 10.10.3.126 | 10.10.3.127 | 126 |
| 8 | 10.10.3.128/25 | 10.10.3.129 — 10.10.3.254 | 10.10.3.255 | 126 |
| 9 | 10.10.4.0/25 | 10.10.4.1 — 10.10.4.126 | 10.10.4.127 | 126 |
| 10 | 10.10.4.128/25 | 10.10.4.129 — 10.10.4.254 | 10.10.4.255 | 126 |
| 11 | 10.10.5.0/25 | 10.10.5.1 — 10.10.5.126 | 10.10.5.127 | 126 |
| 12 | 10.10.5.128/25 | 10.10.5.129 — 10.10.5.254 | 10.10.5.255 | 126 |
| 13 | 10.10.6.0/25 | 10.10.6.1 — 10.10.6.126 | 10.10.6.127 | 126 |
| 14 | 10.10.6.128/25 | 10.10.6.129 — 10.10.6.254 | 10.10.6.255 | 126 |
| 15 | 10.10.7.0/25 | 10.10.7.1 — 10.10.7.126 | 10.10.7.127 | 126 |
| 16 | 10.10.7.128/25 | 10.10.7.129 — 10.10.7.254 | 10.10.7.255 | 126 |
Converter
IP → Integer
168427520
Mask → CIDR
/ 21
Range (hex)
0x0A0A0000 — 0x0A0A07FF
Quick Converter (no reload)
IP → Integer
Integer → IP
📊 Subnet Visualization
10.10.0.0
10.10.7.255
Network
▲ 10.10.0.0
Broadcast
Usable hosts: 2,046
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 |