The binary system uses only two digits, 0 and 1, with each column in the binary number representing a successive power of two. The hexadecimal system uses the digits 0-9 and letters A-F, with each column representing a power of 16, providing a more compact notation than binary. Binary Coded Decimal (BCD) represents each decimal digit with a 4-bit binary group to allow decimal numbers to be displayed digitally.