GCSE

Computer Science

  1. Introduction to GCSE Computer Science
  2. 1. Computer Systems

  3. 1.1 Systems Architecture
  4. 1.2 Memory and Storage
  5. 1.3 Computer Networks, Connections and Protocols
  6. 1.4 Network Security
  7. 1.5 Systems Software
  8. 1.6 Ethical, Legal, Cultural and Environmental Impacts of Digital Technology
  9. 2. Computational Thinking, Algorithms and Programming
  10. 2.1 Algorithms
  11. 2.2 Programming Fundamentals
  12. 2.3 Producing Robust Programs
  13. 2.4 Boolean Logic
  14. 2.5 Programming Languages and Integrated Development Environments
Module Progress
0 / 35 Lessons
0%
Learning
Summary
Revision

In this lesson, we will explore how computers use binary to represent characters. We will cover ASCII, Unicode, and how bit length affects character storage and processing.

Binary Codes for Character Representation

In computing, characters, such as letters, digits, punctuation marks, and special symbols, are represented using binary codes. Binary is a base-2 numbering system that uses only two digits, 0 and 1. Each binary digit is called a "bit," and a sequence of bits is used to represent different characters and instructions within a computer.

To standardise how characters are stored and transmitted, several character encoding systems were developed, the most common being ASCII (American Standard Code for Information Interchange).

Continue learning with Knowness

Sign up to access the full lesson, predicted grades, revision tools, progress tracking, and more.

Create a free account