The ▶Hex Command
Converts a number to a base-16 number.
integer▶Hex
Menu Location
MATH/base
This command works on all calculators.
2 bytex
The ▶Hex command takes an integer and converts it to hexadecimal, including the prefix "0h". Here is an example program.
15›Hex
//returns F
16›Hex
//returns 10
0b10000›Hex
//returns 20