0% found this document useful (0 votes)
162 views

What Is Meant by Encoding of Data? Explain Different Coding Schemes To Represent Data in Computer

Computer data must be encoded into binary form before storage and processing. There are different coding schemes that represent data as binary digits, including BCD which uses 4 bits for each decimal, EBCDIC which is an 8-bit code used in mainframes, and ASCII which is a 7-bit standard used for personal computers and can represent 128 characters. Unicode is now commonly used as it is a 16-bit code that can represent characters for all world languages with 65,536 unique values.

Uploaded by

Azeem Khan
Copyright
© © All Rights Reserved
Available Formats
Download as DOCX, PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
162 views

What Is Meant by Encoding of Data? Explain Different Coding Schemes To Represent Data in Computer

Computer data must be encoded into binary form before storage and processing. There are different coding schemes that represent data as binary digits, including BCD which uses 4 bits for each decimal, EBCDIC which is an 8-bit code used in mainframes, and ASCII which is a 7-bit standard used for personal computers and can represent 128 characters. Unicode is now commonly used as it is a 16-bit code that can represent characters for all world languages with 65,536 unique values.

Uploaded by

Azeem Khan
Copyright
© © All Rights Reserved
Available Formats
Download as DOCX, PDF, TXT or read online on Scribd
You are on page 1/ 1

What is meant by encoding of data?

Explain different coding schemes to represent data in


computer.
Computer works only with binary numbers. It stores all types of data in the form binary
digits. The data is converted to binary form before it is stored inside the computer the
process of converting data into binary form is known encoding. Data can be converted into
binary form by using different coding schemes.

Types of coding schemes


Different types of coding schemes are as follows:
1. BCD Code
BCD stands for binary coded decimal. It is a 4-bit code. It means that each decimal digit is
represented by 4 binary digits. It was used by early computers.

2. EBCDIC Code
EBCDIC stands for extended binary coded decimal interchange code. It is an 8-bit code. It is
normally used in mainframe computers. It can represent 256 characters.

3. ASCII
ASCII stands for American standard code for information interchange. It was published in
1968 by ANSI (American National Standard Institute). It is the most widely used coding
scheme for personal computers. The 7-bit code can represent 128 characters. It is not
enough to represent some graphical characters displayed on computer screens. An 8-bit
code can represent 256 characters. The extended 128 unique codes represent graphic
symbols.

4. Unicode
Unicode is a 16-bit code. It can represent 65536 characters. It has started to replace ASCII
code. It can represent the characters of all languages in the world.

You might also like