IP Address to Number
Convert between IPv4 addresses and 32-bit unsigned integers. Generate HTTP URLs from numeric IPs with a reserved IP range reference table.
๐ IPv4 โ Number
๐ข Number โ IPv4
Common Reserved IP Ranges
| IP Range | Type | Description |
|---|---|---|
| 0.0.0.0/8 | Reserved | "This" network, non-routable |
| 10.0.0.0/8 | Private | Class A private network (LAN) |
| 100.64.0.0/10 | Shared | Carrier-grade NAT (CGN) |
| 127.0.0.0/8 | Loopback | Local host (localhost) |
| 169.254.0.0/16 | Link-local | APIPA auto-assigned addresses |
| 172.16.0.0/12 | Private | Class B private network (LAN) |
| 192.168.0.0/16 | Private | Class C private network (LAN) |
| 224.0.0.0/4 | Multicast | IP multicast addresses |
| 240.0.0.0/4 | Reserved | Reserved for future use |
| 255.255.255.255 | Broadcast | Limited broadcast address |