This document provides an introduction to binary systems and hexadecimal numbering. It explains that binary is a base-2 numbering system using only 0s and 1s, which maps well to the digital on/off states in computers. The key methods of converting between binary and decimal are described. Computer memory size is measured in bytes, kilobytes, megabytes etc, with each unit being a power of 1024 times larger than the last. Hexadecimal is also introduced as an alternative way to represent binary data that uses 16 symbols for readability.