SlideShare a Scribd company logo
2
Most read
3
Most read
4
Most read
Text Codes
Text Codes
• Computer programmers realized that they
need a commonly agreed standard code in
which numbers stood for alphabets, special
characters and digits.
• EBCDIC, ASCII and Unicode are three most
popular coding systems.
EBCDIC
• BCD (Binary Coded Decimal) system with six
bits represent maximum 64 symbols defined
by IBM was first system to represent symbols
with bits.
• Need to represent more characters led to
EBCDIC (Extended Binary Coded Decimal
Interchange Code) system with 8 bit and
represents 256 symbols.
ASCII
• The ANSI (American National Standard
Institute) represented ASCII (American
Standard Code for Information Interchange)
character set.
• It is most common today.
• The characters from 0 to 31 are control
characters, 32 to 64 special characters, 65 to
96 uppercase letters and few symbols, 97 to
127 lowercase letters and other symbols and
128 to 255 are other symbols.
Unicode
• An developing standard is Unicode
Worldwide Character Standard.
• It has two bytes 16 bits to represent each
symbol.
• It can represent 65536 symbols, which
include international symbols, and alphabets
from different languages in the world.
Unicode
• An developing standard is Unicode
Worldwide Character Standard.
• It has two bytes 16 bits to represent each
symbol.
• It can represent 65536 symbols, which
include international symbols, and alphabets
from different languages in the world.

More Related Content

PPTX
Ascii and Unicode (Character Codes)
PPTX
computercodes, BCD, EBCDIC,ASCII,UNICODE
PPT
Ascii 03
PPT
Lecture_ASCII and Unicode.ppt
PPTX
Number System & Data Representation
PPTX
Computer-codes.pptx
PPTX
PDF
Data Communication & Networking
Ascii and Unicode (Character Codes)
computercodes, BCD, EBCDIC,ASCII,UNICODE
Ascii 03
Lecture_ASCII and Unicode.ppt
Number System & Data Representation
Computer-codes.pptx
Data Communication & Networking

What's hot (20)

PPTX
Compilers
PPTX
PDF
Binary codes
PPTX
Assembly Language
PPT
Introduction to Compiler design
PPTX
1.1.2 HEXADECIMAL
PPTX
Computer system bus
PPTX
Multiplication & division instructions microprocessor 8086
PPTX
Data representation in computers
PPT
binary number system
PPTX
Data representation
PPTX
Computer registers
PPTX
Number system conversion
PPTX
Floating point representation
PPTX
ASCII and Unicode.pptx
PPT
13 Boolean Algebra
PPTX
Computer ports
PPTX
Input devices
PDF
Signed Binary Numbers
Compilers
Binary codes
Assembly Language
Introduction to Compiler design
1.1.2 HEXADECIMAL
Computer system bus
Multiplication & division instructions microprocessor 8086
Data representation in computers
binary number system
Data representation
Computer registers
Number system conversion
Floating point representation
ASCII and Unicode.pptx
13 Boolean Algebra
Computer ports
Input devices
Signed Binary Numbers
Ad

Viewers also liked (20)

PPT
Comp codes (ascii...).24to25
PDF
PPTX
ASCII CODE & BAUDOT CODE
PDF
PPTX
4 character encoding-ascii
PPT
Networking introduction
DOC
ASCII-EBCDIC-HEX
PPTX
Parity bits
PPT
Unicode
PPT
Internet histroy
PPTX
ASCII - Anaheim, CA - Mar. 2016
PPTX
Ebcdic code 24 1
PPTX
Web sockets in Java
PDF
Java sockets
PPTX
Copenhagen Open For Connections Dias
PDF
Garbage Collection without Paging
PPT
Present Continuous
PDF
Open and online: connections, community and reality
PPTX
Multithreaded programming
PPTX
Insert a Page Number in the Running Head
Comp codes (ascii...).24to25
ASCII CODE & BAUDOT CODE
4 character encoding-ascii
Networking introduction
ASCII-EBCDIC-HEX
Parity bits
Unicode
Internet histroy
ASCII - Anaheim, CA - Mar. 2016
Ebcdic code 24 1
Web sockets in Java
Java sockets
Copenhagen Open For Connections Dias
Garbage Collection without Paging
Present Continuous
Open and online: connections, community and reality
Multithreaded programming
Insert a Page Number in the Running Head
Ad

Similar to Ascii codes (20)

PPTX
...........................Assignment.pptx
PPTX
Topic 2.3 (1)
PPTX
Data Representation class 11 computer.pptx
PDF
Abap slide class4 unicode-plusfiles
DOCX
Chapter 2Hardware2.1 The System Unit2.2 Data and P
PDF
DigitalLogic_CharacterCodes.pdf advanced
PPTX
Number System.pptx
PPTX
ICT Lec 2 (1).pptx bs English minor subject
PDF
Character Sets
PPTX
Applied physics iii lecture3 digital_codes
PDF
CODES_2.elictronicjajajajsjjsjdjdjcjdjjsksjs
PPTX
. computer codes
PPTX
PDT DC015 Chapter 2 Computer System 2017/2018 (e)
PDF
Notes on a Standard: Unicode
PDF
The ASCII code used by most computers uses the last seven positions .pdf
PPTX
Character encoding standard(1)
PDF
Data Representation in Computers
PDF
Unicode Primer for the Uninitiated
PDF
Ch 02 Encoding & Number System.pdf
PPTX
Introduction to digital computers and Number systems.pptx
...........................Assignment.pptx
Topic 2.3 (1)
Data Representation class 11 computer.pptx
Abap slide class4 unicode-plusfiles
Chapter 2Hardware2.1 The System Unit2.2 Data and P
DigitalLogic_CharacterCodes.pdf advanced
Number System.pptx
ICT Lec 2 (1).pptx bs English minor subject
Character Sets
Applied physics iii lecture3 digital_codes
CODES_2.elictronicjajajajsjjsjdjdjcjdjjsksjs
. computer codes
PDT DC015 Chapter 2 Computer System 2017/2018 (e)
Notes on a Standard: Unicode
The ASCII code used by most computers uses the last seven positions .pdf
Character encoding standard(1)
Data Representation in Computers
Unicode Primer for the Uninitiated
Ch 02 Encoding & Number System.pdf
Introduction to digital computers and Number systems.pptx

More from Saddam Hussain Soomro (6)

PPTX
Business research methods (basic concepts )
PPT
PPTX
Business research methods (basic concepts )
PPT
Software introduction
Business research methods (basic concepts )
Business research methods (basic concepts )
Software introduction

Ascii codes

  • 2. Text Codes • Computer programmers realized that they need a commonly agreed standard code in which numbers stood for alphabets, special characters and digits. • EBCDIC, ASCII and Unicode are three most popular coding systems.
  • 3. EBCDIC • BCD (Binary Coded Decimal) system with six bits represent maximum 64 symbols defined by IBM was first system to represent symbols with bits. • Need to represent more characters led to EBCDIC (Extended Binary Coded Decimal Interchange Code) system with 8 bit and represents 256 symbols.
  • 4. ASCII • The ANSI (American National Standard Institute) represented ASCII (American Standard Code for Information Interchange) character set. • It is most common today. • The characters from 0 to 31 are control characters, 32 to 64 special characters, 65 to 96 uppercase letters and few symbols, 97 to 127 lowercase letters and other symbols and 128 to 255 are other symbols.
  • 5. Unicode • An developing standard is Unicode Worldwide Character Standard. • It has two bytes 16 bits to represent each symbol. • It can represent 65536 symbols, which include international symbols, and alphabets from different languages in the world.
  • 6. Unicode • An developing standard is Unicode Worldwide Character Standard. • It has two bytes 16 bits to represent each symbol. • It can represent 65536 symbols, which include international symbols, and alphabets from different languages in the world.