How To Convert Ip Address Into Binary?
Share
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
To convert an IP address into binary, you need to separate the four numbers in the IP address into their binary equivalents. You can do this by writing out each number in 8-bit binary, starting with the leftmost number and working your way right. For example, if your IP address is 192.168.0.1, the binary equivalent would be 11000000.10101000.00000000.00000001.
To convert an IP address into a binary number, you will need to separate each of the four parts of the IP address into its own binary number. Each part is 8 bits (1 byte) in length.
For example, the IP address 192.168.0.1 would be converted into binary as follows:
192 = 11000000
168 = 10101000
0 = 00000000
1 = 00000001
So the complete binary number would be: 110000001010100000000001