Hex ASCII table.


Move your mouse over the entries in this table to see the decimal and hexidecimal value of each character:

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

The hexadecimal table is here.
The decimal table is here.
More information on ASCII

A program to generate this table.

Conversion between Dec,Hec,Binary


Top Master Index Keywords Functions


Martin Leslie