‹ ASCII Codes ›

Ctrl+D bookmarks me! =)

   ASCII codes (American Standard Code for Information Interchange) as they are seen under english Windows, and on second picture - russian Windows console:


English ASCII character set:

ascii
Frequently used ASCII codes:

#10#13 — Indicates a new line &crarr  
#7 — bell (computer beeps)  
#26 — Ctrl+Z →  
#8 — backspace  
#127 — delete  
#27 — escape  
#32 — space  
#9 — tab  
#160 — a  
#163 — c  
#65 — A  
#68 — C  
#42 — *  

Russian ASCII code:
russian asci character set (ascii chart)


ASCII codes to remember:
#10#13 ASCII code that indicates a new line
#8 ASCII code of backspace character
#27 ESCape ascii
#65 A ASCII character code
#160 a ASCII character code
#32 space character's code
#7 bell ASCII code (computer beeps when trying to print that character)


We very recommend you remembering ascii "a" and "A" character code, as it's most oftenly needed.


ASCII Control Codes:

  1. NUL (null)
  2. SOH (start of heading)
  3. STX (start of text)
  4. ETX (end of text)
  5. EOT (end of transmission) - Not the same as ETB
  6. ENQ (enquiry)
  7. ACK (acknowledge)
  8. BEL (bell) - Caused teletype machines to ring a bell. Causes a beep in many common terminals and terminal emulation programs.
  9. BS (backspace) - Moves the cursor (or print head) move backwards (left) one space.
  10. TAB (horizontal tab) - Moves the cursor (or print head) right to the next tab stop. The spacing of tab stops is dependent on the output device, but is often either 8 or 10.
  11. LF (NL line feed, new line) - Moves the cursor (or print head) to a new line. On Unix systems, moves to a new line AND all the way to the left.
  12. VT (vertical tab)
  13. FF (form feed) - Advances paper to the top of the next page (if the output device is a printer).
  14. CR (carriage return) - Moves the cursor all the way to the left, but does not advance to the next line.
  15. SO (shift out) - Switches output device to alternate character set.
  16. SI (shift in) - Switches output device back to default character set.
  17. DLE (data link escape)
  18. DC1 (device control 1)
  19. DC2 (device control 2)
  20. DC3 (device control 3)
  21. DC4 (device control 4)
  22. NAK (negative acknowledge)
  23. SYN (synchronous idle)
  24. ETB (end of transmission block) - Not the same as EOT
  25. CAN (cancel)
  26. EM (end of medium)
  27. SUB (substitute)
  28. ESC (escape)
  29. FS (file separator)
  30. GS (group separator)
  31. RS (record separator)
  32. US (unit separator)


Brief

American Standard Code for Information Interchange (ASCII) [æski] - is a character encoding based on English alphabet. Work on ASCII started in 60s with the most recent update in 1986. The ASCII character encoding - or a compatible extension - is used on nearly all common computers, especially personal computers and workstations. At the start encoding was 7-bit (had 128 characters) but with time it was extended to 8-bits (256 characters). ASCII's second part (characters 127-255) is now bound to language. That's why you can see a difference between ASCII characters in english and russian ascii code as shown.

HOW to enter ascii characters by code in browser, notepad, or console?

  You can do that by holding ALT key and inputting code of the character you want on the NumPad at the same time.  Example: Hold ALT key and press (while holding ALT) next buttons on the NumPad of your keyboard (but enable Num Lock first) 1 then 6 then 9. You have inputted character '©'.



Lowcase word ASCII character set:

ASCII Code97a
ASCII Code98b
ASCII Code99c
ASCII Code100d
ASCII Code101e
ASCII Code102f
ASCII Code103g
ASCII Code104h
ASCII Code 105 i
ASCII Code106j
ASCII Code107k
ASCII Code108l
ASCII Code109m
ASCII Code110n
ASCII Code111o
ASCII Code112p
ASCII Code113q
ASCII Code114r
ASCII Code115s
ASCII Code116t
ASCII Code117u
ASCII Code118v
ASCII Code119w
ASCII Code120x
ASCII Code121  y
  122z

Upcase word ASCII character set:

65A
66B
67C
68D
69E
70F
71G
72H
73I
74J
75K
76L
77M
78N
79O
80P
81Q
82R
83S
84T
85U
86V
87W
88X
  89  Y
 90 Z


Google:


























































































What's here? ASCI, ASCII Codes, ASCII chart, table

Copyright © 2008, Ihor Menshykov.