ASCII

ASCII

0 1 2 3 4 5 6 7 8 9 A B C D E F
0 NUL SOH STX ETX EOT ENQ ACK BEL BS HT LF VT FF CR SO SI
1 DLE DC1 DC2 DC3 DC4 NAK SYN ETB CAN EM SUB ESC FS GS RS US
2 (space) ! # $ % & ( ) * + , - . /
3 0 1 2 3 4 5 6 7 8 9 : ; < = > ?
4 @ A B C D E F G H I J K L M N O
5 P Q R S T U V W X Y Z [ \ ] ^ _
6 ` a b c d e f g h i j k l m n o
7 p q r s t u v w x y z { | } ~ DEL (delete)

Contrast

  • NUL(null)
  • SOH(start of headline)
  • STX (start of text)
  • ETX (end of text)
  • EOT (end of transmission)
  • ENQ (enquiry)
  • ACK (acknowledge)
  • BEL (bell)
  • BS (backspace)
  • HT (horizontal tab)
  • LF (NL line feed, new line)
  • VT (vertical tab)
  • FF (NP form feed, new page)
  • CR (carriage return)
  • SO (shift out)
  • SI (shift in)
  • DLE (data link escape)
  • DC1 (device control 1)
  • DC2 (device control 2)
  • DC3 (device control 3)
  • DC4 (device control 4)
  • NAK (negative acknowledge)
  • SYN (synchronous idle)
  • ETB (end of trans. block)
  • CAN (cancel)
  • EM (end of medium)
  • SUB (substitute)
  • ESC (escape)
  • FS (file separator)
  • GS (group separator)
  • RS (record separator)
  • US (unit separator)