IP Range and CIDR Converter
This tool allows you to convert between IP ranges and CIDR notation.
You can input an IP range to get the corresponding CIDR or input a CIDR to get the IP range.
IP Range: An IP range specifies a continuous sequence of IP addresses, typically defined by
a starting IP address and an ending IP address. For example, the range
192.168.0.1 - 192.168.0.255
includes all IP addresses from 192.168.0.1
to
192.168.0.255
.
CIDR (Classless Inter-Domain Routing): CIDR notation is a compact representation of an IP
address and its associated network mask. It consists of an IP address, followed by a slash (/
),
and a number that indicates the number of significant bits in the network mask. For example,
192.168.0.0/24
represents the IP address range from 192.168.0.0
to
192.168.0.255
.