First page Back Continue Last page Overview Graphics
Representing Text
To represent a text document in digital form, we need to be able to represent every possible character that may appear.
There are finite number of characters to represent, so the general approach is to list them all and assign each a binary string.
A character set is a list of characters and the codes used to represent each one.
By agreeing to use a particular character set, computer manufacturers have made the processing of text data easier.