8.4 Character Codes
8.4 Character Codes
8.4 Character Codes
4 Character Codes
Back to the real world
2
Representing text: ASCII
• 7 bit representation, with the final bit reserved for parity checking.
• Allows a simple error detection scheme:
• Set to 1 if the sum of the 7 data bits is odd.
• Set to 0 if the sum is even.
3
ASCII
4
Unicode
5
Sound
6
Images
7
Images
8
To conclude
And there are also compression techniques which can be applied to most of them in software.
• But that's beyond our scope.
Later on we’ll look at how to implement binary representations in hardware, using digital circuits.
9
Reading and References
10