View Full Version : convert ip address to binary


shadowraven
02-14-2006, 12:27 AM
does anyone know either how to convert 172.72.14.2 to binary or what it would actualy be
:confused:

Ron_dK
02-14-2006, 02:39 AM
To convert an IP dotted-quad address to binary, take each decimal number of the dotted-quad .You will have a 32-bit binary number as the result.

So 172.72.14.2 would give you :

10101100 01001000 00001110 00000010

Minkey
02-14-2006, 03:53 AM
Did you know you can use Google ? if fact it can do almost any type of conversion if you type 80 kmph to mph you get the answer :cool:

More here (http://www.google.co.uk/help/features.html#calculator) in fact have a look here (http://www.google.co.uk/help/index.html) I think you'll be suprised what Google can do.

Oh and a fun one did you know you can use pig latin and even Klingon as a language ! :eek: (check out the language options)

shadowraven
02-20-2006, 07:12 AM
Thank u all very much i appreachiate the help :)