Subnet Mask Converter
Convert between CIDR prefix, dotted subnet mask, wildcard mask, hex and binary — with a full /0–/32 reference table. Free and 100% in your browser.
Converted mask
- CIDR prefix
- /26
- Subnet mask
- 255.255.255.192
- Wildcard mask
- 0.0.0.63
- Hex mask
- 0xFFFFFFC0
- Binary mask
- 11111111.11111111.11111111.11000000
- Total addresses
- 64
- Usable hosts
- 62
CIDR reference table (/0 – /32)
| Prefix | Subnet mask | Wildcard | Addresses | Usable hosts |
|---|---|---|---|---|
| /0 | 0.0.0.0 | 255.255.255.255 | 4,294,967,296 | 4,294,967,294 |
| /1 | 128.0.0.0 | 127.255.255.255 | 2,147,483,648 | 2,147,483,646 |
| /2 | 192.0.0.0 | 63.255.255.255 | 1,073,741,824 | 1,073,741,822 |
| /3 | 224.0.0.0 | 31.255.255.255 | 536,870,912 | 536,870,910 |
| /4 | 240.0.0.0 | 15.255.255.255 | 268,435,456 | 268,435,454 |
| /5 | 248.0.0.0 | 7.255.255.255 | 134,217,728 | 134,217,726 |
| /6 | 252.0.0.0 | 3.255.255.255 | 67,108,864 | 67,108,862 |
| /7 | 254.0.0.0 | 1.255.255.255 | 33,554,432 | 33,554,430 |
| /8 | 255.0.0.0 | 0.255.255.255 | 16,777,216 | 16,777,214 |
| /9 | 255.128.0.0 | 0.127.255.255 | 8,388,608 | 8,388,606 |
| /10 | 255.192.0.0 | 0.63.255.255 | 4,194,304 | 4,194,302 |
| /11 | 255.224.0.0 | 0.31.255.255 | 2,097,152 | 2,097,150 |
| /12 | 255.240.0.0 | 0.15.255.255 | 1,048,576 | 1,048,574 |
| /13 | 255.248.0.0 | 0.7.255.255 | 524,288 | 524,286 |
| /14 | 255.252.0.0 | 0.3.255.255 | 262,144 | 262,142 |
| /15 | 255.254.0.0 | 0.1.255.255 | 131,072 | 131,070 |
| /16 | 255.255.0.0 | 0.0.255.255 | 65,536 | 65,534 |
| /17 | 255.255.128.0 | 0.0.127.255 | 32,768 | 32,766 |
| /18 | 255.255.192.0 | 0.0.63.255 | 16,384 | 16,382 |
| /19 | 255.255.224.0 | 0.0.31.255 | 8,192 | 8,190 |
| /20 | 255.255.240.0 | 0.0.15.255 | 4,096 | 4,094 |
| /21 | 255.255.248.0 | 0.0.7.255 | 2,048 | 2,046 |
| /22 | 255.255.252.0 | 0.0.3.255 | 1,024 | 1,022 |
| /23 | 255.255.254.0 | 0.0.1.255 | 512 | 510 |
| /24 | 255.255.255.0 | 0.0.0.255 | 256 | 254 |
| /25 | 255.255.255.128 | 0.0.0.127 | 128 | 126 |
| /26 | 255.255.255.192 | 0.0.0.63 | 64 | 62 |
| /27 | 255.255.255.224 | 0.0.0.31 | 32 | 30 |
| /28 | 255.255.255.240 | 0.0.0.15 | 16 | 14 |
| /29 | 255.255.255.248 | 0.0.0.7 | 8 | 6 |
| /30 | 255.255.255.252 | 0.0.0.3 | 4 | 2 |
| /31 | 255.255.255.254 | 0.0.0.1 | 2 | 2 (RFC 3021 point-to-point) |
| /32 | 255.255.255.255 | 0.0.0.0 | 1 | 1 (host route) |
What is the Subnet Mask Converter?
This Subnet Mask Converter translates freely between every common mask notation: CIDR prefix (/26), dotted-decimal mask (255.
- Converts between prefix, dotted mask, wildcard, hex and binary
- Complete /0–/32 table with addresses and usable host counts
- Live highlight of your current prefix in the reference table
- Rejects non-contiguous masks with a clear explanation
- Copy button exports every representation at once
- Fully client-side and works offline
How to use the Subnet Mask Converter
- 1
Choose the format you are starting from: CIDR prefix, subnet mask, wildcard mask or hex.
- 2
Type the value — for example /26, 255.255.255.192, 0.0.0.63 or FFFFFFC0.
- 3
Read the equivalent value in every other notation from the results panel.
- 4
Find your prefix highlighted in the full /0–/32 reference table below.
About the Subnet Mask Converter
This Subnet Mask Converter translates freely between every common mask notation: CIDR prefix (/26), dotted-decimal mask (255.255.255.192), Cisco wildcard mask (0.0.0.63), hex (0xFFFFFFC0) and raw binary. Pick the format you have, and read off all the others instantly.
It also renders the complete /0 to /32 reference table with each prefix's mask, wildcard, total addresses and usable hosts — the cheat sheet every network engineer keeps taped to a monitor, with your current value highlighted in place.
Input is validated properly: a dotted value whose binary 1-bits are not contiguous is rejected with an explanation rather than silently accepted. All conversion happens locally in your browser and nothing is sent anywhere.
Frequently asked questions
How do I convert a CIDR prefix to a subnet mask?
Write that many 1-bits from the left of 32 bits and fill the rest with 0s, then read each byte in decimal. /26 is twenty-six 1s: 11111111.11111111.11111111.11000000, which is 255.255.255.192. The converter does this instantly in both directions.
What is 255.255.255.192 in CIDR notation?
It is /26. The mask has 26 binary 1s, leaving 6 host bits, which gives 64 total addresses and 62 usable hosts per subnet.
Why is a mask like 255.255.192.255 invalid?
Subnet masks must have all their 1-bits contiguous from the left. 255.255.192.255 has 1s after a run of 0s, so no prefix length corresponds to it. This tool detects that and explains the problem instead of producing a wrong prefix.
What is the wildcard mask for a given subnet mask?
It is the bitwise inverse: flip every bit. The wildcard for 255.255.255.192 is 0.0.0.63. Cisco ACLs and OSPF network statements use wildcards, so the converter always shows both forms together.
How many usable hosts does each prefix length give?
Usable hosts are 2^(host bits) − 2, since the network and broadcast addresses are reserved — except /31 (2 usable on point-to-point links per RFC 3021) and /32 (a single host route). The reference table lists the exact figure for every prefix.
Related tools
Subnet Calculator
Calculate network address, broadcast, usable host range and subnet mask from any IPv4 address and CIDR prefix. Free, instant and 100% in your browser.
Wildcard Mask Calculator
Convert a subnet mask or CIDR prefix to a Cisco wildcard mask and back, with a ready-to-paste ACL line and binary view. Free, private, in-browser.
IP to Binary Converter
Convert IPv4 and IPv6 addresses to binary with a per-octet bit table, and turn 32-bit binary back into an IP. Free, instant and fully in your browser.
VLSM Subnet Calculator
Plan variable-length subnets from one parent network and a list of host requirements. Largest-first allocation with masks, ranges and waste — in-browser.