An 8-bit ASCII code can represent 256 unique characters.
While original standard ASCII is a 7-bit system that only represents 128 characters (like basic English letters and numbers), utilizing all 8 bits creates what is known as "Extended ASCII." This extended system expands the range to (2^8 = 256) slots, accommodating extra symbols, accented letters, and graphical characters.