Binary | Ip |
---|
Transform binary IP addresses into human-readable standard IP addresses with the help of our online conversion tool.
IP (Internet Protocol) addresses are a series of numbers and decimals that are used to identify devices on a network. In contrast, binary is a number system that uses only two digits, 0 and 1.
To convert an IP address from decimal to binary, each decimal number in the IP address is converted to 8-bit binary. For example, the IP address 192.168.1.1 would be converted to 11000000.10101000.00000001.00000001 in binary.
Conversely, to convert a binary IP address to decimal, each 8-bit binary number is converted to decimal. For example, the binary IP address 11000000.10101000.00000001.00000001 would be converted to 192.168.1.1 in decimal.
11000000 = 192 10101000 = 168 00000001 = 1 00000001 = 1