Learning how to convert number bases (also known as radixes) is a lot easier with the radix conversion tool, which does all the hard work for you.
Thus, you can quickly learn by converting a bunch of numbers to and from different rexics, and you will immediately see the result of the conversion.
Use this radix converter - http://www.sooeet.com/math/base-converter.php
to convert a list of decimal numbers to binary, octal, and hexadecimal (one number at a time).
Below are two lists of decimal numbers:
1, 2, 4, 8, 16, 32, 64, 128, 256, 512, 1024, 2048, 4096, 8192, 16384, 32768, 65536
0, 1, 3, 7, 15, 31, 63, 127, 255, 511, 1023, 2047, 4095, 8191, 16383, 32767, 65535
The two lists look the same, but when they are converted to binary, octal and hexadecimal, very different results are produced. Try and see.
To use this basic converter, enter a number or copy and paste any number from the above lists into the "Base-10" field and press Enter or Return on your keyboard. The number you enter is converted to binary (base-2), octal (base-8) and hexadecimal (base-16), as well as many other base numbers (radixes) from base-2 and base-36.
If you want to better understand radix conversion, read the tooltips next to each radix block to learn about the internal functions of each frame.
Now try changing the binary, octal, and hexadecimal numbers you got from converting the above lists, replacing binary, octal, or hexadecimal digits.
For example: Decimal 15 = binary 1111
Now, in the binary result (1111), replace any of the 1 binary digits (bits) with zero (0) and press Enter or Return on the keyboard.
In this example: Binary 1101 = decimal 13
You can see that the second bit on the right in the binary number has a weight of 2 decimal numbers.
Continue experimenting this way with decimal, binary, octal, and hexadecimal number conversions, and you will soon learn the topic.