
   unsigned char byte_value;

   byte_value = 0x32; // Hexadecimal
   byte_value =   50; // Decimal
   byte_value =  062; // Octal
   byte_value =  '2'; // Character
