char-value -- Return the integer that corresponds to the Ascii code for CH.
number-in-base -- Return the integer that corresponds to string NUMBER in base BASE.
hex -- Return the integer that corresponds to string NUMBER as a hexadecimal value.
oct -- Return the integer that corresponds to string NUMBER as an octal value.
binary -- Return the integer that corresponds to string NUMBER as a binary value.