Posts

Showing posts with the label ASCII Table

ASCII Table,Control Characters,Printable Characters

ASCII control characters Decimal  Octal   Hex    Binary     Character   -----------------------------------------------------------------------------------------     000      000     0x00      00000000     NUL             (Null char.) 001      001     0x01      00000001     SOH            (Start of Header) 002      002     0x02      00000010     STX            (Start of Text) 003      003     0x03      00000011     ETX            (End of Text) 004      004     0x04      00000100     EOT    ...