Loading...
Loading...
We use cookies to enhance your experience, analyze site usage, and serve personalized content. By clicking "Accept All," you consent to our use of cookies. See our Cookie Policy and Privacy Policy for details.
Calculate subnet masks, CIDR notation, and IP ranges
Calculates IPv4 subnet details from a CIDR notation or IP/mask input, showing network address, broadcast address, usable host range, and total host count. Detects address class (A/B/C) and type (private, public, loopback, etc.), displays a binary view of the address and mask, and supports subnetting/supernetting calculations. Also handles IPv6 expand and compress formatting.
Network engineers constantly need to compute subnet boundaries, host ranges, and addressing details, but doing binary math by hand is slow and error-prone. This tool automates subnet calculations with clear visual output and also handles IPv6 address formatting.
Network administrators planning IP allocations, DevOps engineers configuring VPC subnets, and students learning subnetting concepts.
Enter an IPv4 address with CIDR notation (e.g., 192.168.1.0/24) or a subnet mask (e.g., 255.255.255.0)
View the calculated network address, broadcast address, and usable host range
Check the class/type detection to see if the address is private, public, loopback, or reserved
Toggle the binary view to see the address and mask in binary format for learning or debugging
Use the subnet calculator to divide a network into smaller subnets (subnetting)
Switch to IPv6 mode to expand (::1 → 0000:0000:0000:0000:0000:0000:0000:0001) or compress an IPv6 address
Input: '192.168.1.0/24'. Output: Network: 192.168.1.0, Broadcast: 192.168.1.255, Usable: 192.168.1.1-192.168.1.254 (254 hosts), Class C, Private.Input: '10.0.0.0/8' subnet to /16. Output: 256 subnets, each with 65,534 usable hosts, network and broadcast listed per subnet.Count words, characters, sentences, and analyze text readability with Flesch scores
Test and debug regular expressions with real-time matching, capture groups, and extended flags
Live preview and edit Markdown with syntax highlighting
Find and extract JSON values using JSONPath expressions
Dive deeper with our comprehensive guides and tutorials.