daire
Uploaded by
6 SLIDES
211 VUES
60LIKES

Understanding Binary, EBCDIC, ASCII, and Unicode in Computer Encoding

DESCRIPTION

Explore the world of computer encoding with a focus on binary representation, Extended Binary Coded Decimal Interchange Code (EBCDIC), ASCII (American Standard Code for Information Interchange), and Unicode. Learn how the value 2,287,249 is represented in binary and examine how different systems encode characters and data. Discover the differences between 7-bit and 8-bit encoding systems, and understand Unicode's extensive capacity to represent a wide range of characters through UTF-8, UTF-16, and UTF-32 formats.

1 / 6

Télécharger la présentation

Understanding Binary, EBCDIC, ASCII, and Unicode in Computer Encoding

An Image/Link below is provided (as is) to download presentation Download Policy: Content on the Website is provided to you AS IS for your information and personal use and may not be sold / licensed / shared on other websites without getting consent from its author. Content is provided to you AS IS for your information and personal use only. Download presentation by click this link. While downloading, if for some reason you are not able to download a presentation, the publisher may have deleted the file from their server. During download, if you can't get a presentation, the file might be deleted by the publisher.

E N D

Presentation Transcript


  1. Numbers inside Computers

  2. Binary Coded Decimal The value of 2,287,249 in binary is 0001,1110,0000,0100,1001,0001

  3. http://www.dynamoo.com/technical/ebcdic.htm Extended Binary Coded Decimal Interchange Code EBCDIC • 8-bit code

  4. http://www.dynamoo.com/technical/ascii.htm ASCII American National Standard Code for Information Interchange • 7-bit code

  5. What is Unicode? • Up to 32 bits. 216 = 65,536 232 = 4,294,967,296 • Encoded in 3 forms: UTF-8, UTF-16, UTF-32. Unicode http://home.att.net/~jameskass/INDEXUNI.HTM

  6. Text String Binary: 0101 0100 0110 0101 0110 1100 0010 1010 0010 0000 0011 0010 0011 0010 0011 1000 0011 0111 0011 0010 0011 0100 0011 1001

More Related