Posts

Showing posts from December, 2018

ASCII Character Set

ASCII Table  Numeric Values ASCII Character Meaning Keyboard Entry(Windows) Decimal Hex 0 00 NUL Null Ctrl-@ 1 01 SOH Start of heading Ctrl-A 2 02 STX Start of text Ctrl-B 3 03 ETX Break/end of text Ctrl-C 4 04 EOT End of transmission Ctrl-D 5 05 ENQ Enquiry Ctrl-E 6 06 ACK Positive acknowledgment Ctrl-F 7 07 BEL Bell Ctrl-G 8 08 BS Backspace Ctrl-H 9 09 HT Horizontal tab Ctrl-I 10 0A LF Line feed Ctrl-J 11 0B VT Vertical tab Ctrl-K 12 0C FF Form feed Ctrl-L 13 0D CR Carriage return (Equivalent to the Enter or Return key) Ctrl-M 14 0E SO Shift out Ctrl-N 15 0F SI Shift in/XON (resume output) Ctrl-O 16 10 DLE Data link escape Ctrl-P 17 11 DC1 Device control character 1 Ctrl-Q 18 12 DC2 Device control character 2 Ctrl-R 19 13 DC3 Device control character 3