This document discusses various coding schemes including:
- Binary coded decimal (BCD) which assigns a weight to each digit position to represent decimal numbers. Other positively weighted codes and negatively weighted codes are also discussed.
- Gray code which minimizes the number of bit changes between adjacent values represented. This is useful for applications like thumbwheels.
- Character encoding standards like ASCII, EBCDIC, and Unicode which can represent larger character sets with more bits per character.
- Floating point number representation with sign, exponent and mantissa fields.