ASCII                          
Links:
Home
Binary counting
ASCII (American Standard Code for Information Interchange) is a standardized byte code made to represent characters on monitors. Each 1 byte code has a character that it represents.
Here are some commonly used ASCII Values
   binary       
  ------------
  00000000
  00100000
  00100001
  00100010
  00100011
  00100100
  00100101
  00100110
  00100111
  00101000
  00101001
  00101010
  00101011
  00101100
  00101101
  00101110
  00101111
  00110000
  00110001
  00110010
  00110011
  00110100
  00110101
  00110110
  00110111
  00111000
  00111001
  00111010
   Char
-------------
  Null
  @
  A
  B
  C
  D
  E
  F
  G
  H
  I
  J
  K
  L
  M 
  N 
  O
  P
  Q
  R
  S
  T
  U
  V
  W
  S
  Y
  Z
   Binary
  -----------
  0001100
  0001101
  0001110
  0001111
  0010000
  0010001
  0010010
  0010011
  0010100
  0010101
 
   Char
-------------
  0
  1
  2
  3
  4
  5
  6
  7
  8
  9
1