1000011 1100001 1110100. It is pronounced ‘askee’

Post on 27-Dec-2015

214 views 1 download

Tags:

transcript

1000011 1100001 1110100

It is pronounced ‘askee’

the American Standard Code for Information Interchange

is the standard code used by computers everywhere to represent

the things you can type using the keyboard

How many keys are there on a normal keyboard?

6 bits can store 64 characters

7 bits can store 128 characters

8 bits can store 256 characters

16 bits can store 65536 characters

1000011 1100001 1110100

On a blank sheet of paper, write your secret message (no more than three words)

Using the ASCII chart, lookup the binary values for each letter and write it down in a series

Don’t forget the spaces between your lettersGive your encoded message to a friend

Have them decode the message back into text

(((. .)

(( v )) ---m-m---

ASCII is the most widely used character set

languages such as German, French, Finnish, Irish, Icelandic etc take

advantage of the other 128 spaces to include their own special characters.

e.g. the German umlaut ü is 11011100

  Привет мир

こんにちは、世界

العالم مرحبا

 Extended ASCII (8 bits – 256 characters)

UTF-8 (8 bits – 256 characters)

Unicode (16 bits – 65536 characters)