

Some things that you may need to know about how to indicate the number systems that you are using, with this we write the number in the system, followed by a subscript number to indicate the base. So for example 6510, often the subscript is missing which indicates that it is the native base to the one who wrote the number. 65 as written would be 6 tens, and 5 ones. However, written as 658 would be 6 eights, and 5 ones; or the same as 53 in base 10.
| base | 65 of an item |
|---|---|
| Binary | 0100 0001 |
| Octal | 0000 0081 |
| decimal | 0000 0065 |
| HexaDecimal | 0000 0041 |