This document discusses different number systems including binary, decimal, octal, and hexadecimal. It provides examples of converting numbers between these number systems. The key points are:
1. There are four main number systems - binary uses 0 and 1, decimal uses 0-9, octal uses 0-7, and hexadecimal uses 0-9 and A-F.
2. Numbers can be represented differently in different systems but have the same value.
3. Conversion between number systems involves expressing the value of each digit based on its place value in that system.
4. Examples are provided of converting decimal, binary, octal and hexadecimal numbers to other number systems through determining place values of each digit.