Similarly, converting from binary to hexadecimal is easy because 16 = 24 (thus a correspondance exists between 1 hexadecimal digit and 4 binary bits).
It so happens that converting from base four to hexadecimal is straightforward because 16 = 42 (thus a correspondance exists between 1 hexadecimal digit and 2 digits in base four).
Convert the number 6F9C3(base 16) into its base 4 representation.
Internally, however, every machine on the Internet is actually identified by a unique, 32-bit pattern, known as an IP address (Internet Protocol).
Though it might seem natural to represent those 32 bits in binary, or in hexadecimal, the general convention used is termed dotted decimal notation. For example, Loyola's web site (www.luc.edu) is hosted by a machine with IP address 147.126.59.68 (So if you prefer numbers, you can visit the website http://147.126.59.68.)
Your extra credit challenge is twofold: