You are viewing a free preview of this lesson.
Subscribe to unlock all 10 lessons in this course and every other course on LearningBro.
This lesson covers how computers represent text using character encoding schemes. You need to understand ASCII, Extended ASCII, and Unicode (including UTF-8, UTF-16, and UTF-32) for the OCR H446 specification.
A character encoding is a system that maps characters (letters, digits, symbols) to numerical codes that a computer can store and process. Each character is assigned a unique binary number.
Without an agreed encoding scheme, two computers exchanging text data would not be able to interpret the characters correctly.
ASCII was developed in the 1960s as a standard for text communication.
| Feature | Detail |
|---|---|
| Bits per character | 7 bits |
| Number of characters | 2^7 = 128 |
| Characters included | Uppercase A-Z, lowercase a-z, digits 0-9, punctuation, control characters (e.g., newline, tab) |
Subscribe to continue reading
Get full access to this lesson and all 10 lessons in this course.