---
type: "Chapter"
knowledge_type: "chapter"
entity_type: "chapter"
id: "66f14b8a4d1ea3af32a4c3c2"
title: "Encoding Schemes and Number System"
board: "CBSE"
curriculum: "CBSE"
class: "Class 11"
subject: "Computer Science"
book: "Computer Science"
chapter: "Encoding Schemes and Number System"
chapter_slug: "encoding-schemes-and-number-system"
canonical_url: "https://www.edzy.ai/cbse-class-11-computer-science-encoding-schemes-and-number-system"
markdown_url: "https://www.edzy.ai/okf/chapter/cbse-class-11-computer-science-encoding-schemes-and-number-system.md"
source_type: "examSubjectBookChapter"
source_id: "66f14b8a4d1ea3af32a4c3c2"
source_pdf: "https://edzy-ai.s3.ap-south-1.amazonaws.com/edzy-express-ts/86013d71-4108-40d6-93e7-c8895fa650be.pdf"
source: "Edzy"
version: 1
last_updated: "2026-06-22"
---

# Encoding Schemes and Number System
This chapter covers how data entered through a keyboard is interpreted by computer systems. It focuses on the concept of encoding, the number systems used in computing, and the methods of conversion between different number systems.

---

## Knowledge Snapshot
| Field | Details |
| :--- | :--- |
| Class | Class 11 |
| Subject | Computer Science |
| Book | Computer Science |
| Chapter | Encoding Schemes and Number System |
| Pages | 27-44 |

---

## Chapter Summary
### Short Summary
This chapter introduces encoding schemes used in computers, emphasizing the importance of standard coding schemes like ASCII and Unicode for character representation and the four major number systems used in computing: decimal, binary, octal, and hexadecimal.

### Detailed Summary
The key functions of encoding are discussed, defining encoding as the process of converting data into a specific format. The chapter describes the ASCII scheme, which was developed to standardize character representation among computers. The Indian Script Code (ISCII) and Unicode are also covered as essential for representing Indian scripts and all characters worldwide, respectively. Additionally, the basic principles of number systems are explained, including how positional values are determined in various systems and details on converting numbers between decimal, binary, octal, and hexadecimal formats.

---

## Topic-Wise Explanation
### Introduction to Encoding
Encoding converts data into a format understood by computers, with each key on the keyboard mapped to a unique code. Standard encoding schemes like ASCII and Unicode allow for consistent communication between systems.

### Number System
A number system represents numbers using unique characters. Common systems include decimal (base 10), binary (base 2), octal (base 8), and hexadecimal (base 16).

### Conversion between Number Systems
Conversion methods allow the translation of numbers from one system to another, including detailed steps for decimal to binary, octal, and hexadecimal conversions and vice-versa. Specific methods for dealing with both whole numbers and numbers with fractional parts are explained.

---

## Core Ideas
| Idea | Explanation |
| :--- | :--- |
| Encoding | The process of converting data into an equivalent cipher using specific codes. |
| Number System | A method of representation using a set of unique characters or literals, defined by a radix or base. |
| Conversion | The methods to translate numbers between different number systems. |

---

## Key Concepts
| Concept | Meaning |
| :--- | :--- |
| ASCII | A standard character encoding scheme that uses 7 bits to represent characters. |
| Unicode | A universal encoding scheme that assigns unique codes to characters of all written languages. |
| Binary | A number system that uses two symbols, 0 and 1, to represent values. |
| Octal | A base-8 number system utilizing digits from 0 to 7. |
| Hexadecimal | A base-16 system using digits 0-9 and letters A-F for representation. |

---

## Important Points for Revision
* Each keyboard key corresponds to a standard code via encoding.
* ASCII uses 7 bits to encode up to 128 characters.
* Unicode supports global character representation and has multiple encodings (UTF-8, UTF-16, UTF-32).
* Binary is the foundational number system for computers, used in circuit operations.
* The conversion techniques for decimal, binary, octal, and hexadecimal numbers are essential in computing.
* Binary numbers can be grouped to form octal (3 bits) and hexadecimal (4 bits) representations.
* Characters in different numeral systems have positional values based on their locations in the sequence.

---

## Practice Questions
### Short Answer Questions
1. What is encoding?
2. Explain the significance of ASCII.
3. How many characters can ASCII represent?
4. What are the primary characteristics of the binary number system?
5. How is Unicode beneficial for computer systems?

### Long Answer Questions
1. Describe the conversion process from decimal to binary with an example.
2. Explain the differences between octal and hexadecimal systems.
3. Discuss the role of encoding in data transmission and representation.

---

## Source Attribution
| Field | Value |
| :--- | :--- |
| Source | Edzy |
| Reference Type | examSubjectBookChapter |
| Reference ID | 66f14b8a4d1ea3af32a4c3c2 |
| Canonical URL | https://www.edzy.ai/cbse-class-11-computer-science-encoding-schemes-and-number-system |
| Markdown URL | https://www.edzy.ai/okf/chapter/cbse-class-11-computer-science-encoding-schemes-and-number-system.md |
