🧮 IP Calculator
Subnet calculation, ranges, masks and CIDR notation
Subnet Mask Selector
Network
| CIDR Notation | 192.0.0.0/22 |
| Network Address | 192.0.0.0 |
| Broadcast Address | 192.0.3.255 |
| First Host | 192.0.0.1 |
| Last Host | 192.0.3.254 |
Mask & Stats
| Subnet Mask | 255.255.252.0 |
| Wildcard Mask | 0.0.3.255 |
| Total Hosts | 1,024 |
| Usable Hosts | 1,022 |
| IP Class | Class C |
| Address Type | Public |
Binary Representation
IP IP in Binary
11000000.00000000.00000000.00000000
█ network bits
█ host bits
Mask in Binary
11111111.11111111.11111100.00000000
Subnet Splitter
| # | Subnet (/25) | Range | Broadcast Address | Usable Hosts |
|---|---|---|---|---|
| 1 | 192.0.0.0/25 | 192.0.0.1 — 192.0.0.126 | 192.0.0.127 | 126 |
| 2 | 192.0.0.128/25 | 192.0.0.129 — 192.0.0.254 | 192.0.0.255 | 126 |
| 3 | 192.0.1.0/25 | 192.0.1.1 — 192.0.1.126 | 192.0.1.127 | 126 |
| 4 | 192.0.1.128/25 | 192.0.1.129 — 192.0.1.254 | 192.0.1.255 | 126 |
| 5 | 192.0.2.0/25 | 192.0.2.1 — 192.0.2.126 | 192.0.2.127 | 126 |
| 6 | 192.0.2.128/25 | 192.0.2.129 — 192.0.2.254 | 192.0.2.255 | 126 |
| 7 | 192.0.3.0/25 | 192.0.3.1 — 192.0.3.126 | 192.0.3.127 | 126 |
| 8 | 192.0.3.128/25 | 192.0.3.129 — 192.0.3.254 | 192.0.3.255 | 126 |
Converter
IP → Integer
3221225472
Mask → CIDR
/ 22
Range (hex)
0xC0000000 — 0xC00003FF
Quick Converter (no reload)
IP → Integer
Integer → IP
📊 Subnet Visualization
192.0.0.0
192.0.3.255
Network
▲ 192.0.0.0
Broadcast
Usable hosts: 1,022
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 |