.Header h1 { height: 0px; visibility: hidden; display: none; } .Header .description { height: 0px; visibility: hidden; display: none; } .quickedit{display:none;}

Tuesday, December 30, 2014

Ascii Code

What it is ASCII CODE? ASCII stands for American Standard Code for Information Interchange. It's a 7-bit character code where every single bit represents a unique character.
Add caption

What I am going to show you today in binary is simply just the replacement of letters and numbers, with their binary equivalent. 1 and 0 are just a representation of on and off. 1 = on 0 = off. There are put in sections of "on and off's" also, usually sets of 8, called a byte. The digits are all valued exponentially, the easiest way to explain what that means is to show you, it is in the first picture at the bottom.

I will give you an example by my name in binary
K=01101011
H=01001000
A=01000001
L=01001100
I=01001001
S=01010011
H=01001000

No comments:

Post a Comment