Integer to hex code conversion table
Source position: ezcgi.pp line 23
const hexTable = '0123456789ABCDEF';
String constant used to convert a number to a hexadecimal code or back.