Help for this page

Select Code to Download


  1. or download this
    printf("0x%02X", ord($input));
    
  2. or download this
    printf("0x%02X", unpack('C', $input));