Enter any IPv4 address. Get dotted 8-bit binary instantly.
Each octet (0-255) maps to 8 bits. Dotted binary keeps the 4-octet structure so you can see network vs host bits.
192.168.1.10 → 11000000.10101000.00000001.00001010Each decimal octet as 8 bits, joined by dots — e.g. 192 = 11000000.
Subnet math (network, broadcast, masks) is bitwise AND/OR on these bits.
No. Conversion runs entirely in your browser.