Ip | Binary |
---|
IP (Internet Protocol) addresses are used to identify devices on a network and are typically represented in decimal form (e.g. 192.168.1.1). To convert an IP address to binary, each decimal number in the IP address (separated by the dots) is converted to 8-bit binary. For example, the IP address 192.168.1.1 would be converted to binary as follows:
192 = 11000000 168 = 10101000 1 = 00000001 1 = 00000001
So the binary representation of the IP address 192.168.1.1 is 11000000101010000000000100000001.