CIDR to IP Range Converter
What this converter does
The top panel expands CIDR notation into the concrete range it covers: first and last address, total address count, and for IPv4 also the subnet mask, wildcard mask and usable host range. That is the direction you need when a firewall rule, WHOIS record or BGP announcement gives you 198.51.100.16/29 and you want to know exactly which addresses fall inside.
The bottom panel goes the other way. Give it any start and end address and it computes the minimal set of CIDR blocks that covers the range exactly. Access control lists, route filters and cloud security groups only accept CIDR, so an instruction like "block 203.0.113.5 through 203.0.113.94" has to be translated into blocks first; this panel does the alignment math for you. Both panels handle IPv4 and IPv6 and run entirely in your browser.
If you want deeper subnet math (network class, binary breakdown, host planning), the Subnet Calculator continues where this converter stops. To see who an address block belongs to, run it through the IP lookup.