If we saw
that the sequence of bits: 00110110101011100110000111011010, which is stored in
a non-ASCII file, and tried to read it as if it were an ASCII file, what would
we find?
Taking the bits, 8 at a time (from
left to right), we would find:
8-Bit Sequence: |
00110110 |
10101110 |
00110000 |
1101 1010 |
ASCII Character: |
6 |
i |
0 |
┌ |