Example: To convert the decimal value 3010 to binary, octal, and hexadecimal format

ox(DEC)30E

i(BIN)

6(OCT)

l(HEX)

k Specifying a Number Base for a Particular Value

You can specify a number base that is different from the current default number base while inputting a value.

A Specifying the Number Base during Input

Inputting a decimal value of 3, for example, can be performed using the following key operation.

z1(BASE-N)

1(d)3

E-88