Paste dotted binary or plain 32-bit binary. Get dotted decimal instantly.
Each 8-bit group converts to one decimal octet 0-255. Dotted form needs four 8-bit groups; plain form needs exactly 32 bits of 0/1.
11000000.10101000.00000001.00001010 → 192.168.1.10Dotted (11000000.10101000.00000001.00001010) or plain 32-bit (11000000101010000000000100001010).
Each dotted group must be exactly 8 chars of 0/1; plain input must be exactly 32 bits.
No. Conversion runs entirely in your browser.