Network · IP and CIDRCheck and inspect an IP address or CIDR

Check an IP address or a CIDR block: version, type, mask, range and representations in every common format. It all runs in the browser, with no network requests.

Computed locally — the address is never sent anywhere
01Inspect02Format03Questions04Related
01

IP / CIDR breakdown

version and format are detected automatically
Input · IPv4 · CIDR /24
Examples
Need subnet tables and splitting a network into parts — the subnet calculator is right next door.Open →
Result
Valid CIDR block
IPv4private (192.168.0.0/16)
VersionIPv4 · 32 bits
Typeprivate (192.168.0.0/16)
Network address192.168.1.0/24
Broadcast192.168.1.255
Mask255.255.255.0 · /24
Wildcard0.0.0.255
Addresses256
Hosts254
First host192.168.1.1
Last host192.168.1.254
Range192.168.1.0 — 192.168.1.255
Representations
Dotted
192.168.1.0
Integer
3232235776
Hex
0xC0A80100
Binary
11000000.10101000.00000001.00000000
Octets
192 · 168 · 1 · 0
02

About IP and CIDR

An IP address is the number of a device on a network. A CIDR block such as 192.168.1.0/24 describes a whole network rather than one address: the number after the slash says how many bits belong to the network and how many are left for devices. From that alone the mask, the range and the host count follow — no lookups required.

IPv4 and IPv6

Versions
192.168.0.1 · ::1
IPv4 is four numbers from 0 to 255. IPv6 is longer and hexadecimal, with runs of zeros collapsed into a double colon.

Private addresses

Type
10/8 · 172.16/12 · 192.168/16
Ranges reserved for internal networks; they are not routed on the internet. Next to them sits 100.64/10, carrier NAT, routinely mistaken for public space.

What CIDR is

Network
/24 = 256 addresses
The number after the slash says how many bits belong to the network. A /24 leaves 8 bits for hosts, so 256 addresses in total.

Subnet mask

Boundary
/24 = 255.255.255.0
The mask separates the network part from the host part. A /N prefix and a dotted mask are the same thing said differently.

Address representations

Forms
dotted · int · hex · bin
One address can be written with dots, as an integer, in hex or in binary — each form turns up in code, logs and configs.

Computed locally

Privacy
no requests
The breakdown is arithmetic on the number behind the address. No DNS, no lookups: the address never leaves the browser.
03

Frequently asked questions

The prefix length: how many leading bits belong to the network. A /24 gives 24 bits to the network and leaves 8 for hosts, which is 256 addresses of which 254 are usable. The larger the number after the slash, the smaller the network: a /25 is 128 addresses and a /30 is four.

Updated

«» added to favorites