-E25-
The unit enables you to calculate in number base other than decimal.
The calculator can add, subtract, multiply, and divide binary, octal, and
hexadecimal numbers.
The following shows the numerals that can be used in each number
base.
Binary base ( b ) : 0, 1
Octal base ( o ) : 0, 1, 2, 3, 4, 5, 6, 7
Decimal base : 0, 1, 2, 3, 4, 5, 6, 7, 8, 9
Hexadecimal base ( h ) : 0, 1, 2, 3, 4, 5, 6, 7, 8, 9, A, B, C, D, E, F
To distinguish the A, B, C, D, E and F used in the hexadecimal base
from standard letters, they appear as shown in the below.
Key
Display
(Upper)
Display
(Lower)
Key
Display
(Upper)
Display
(Lower)
A /A DID
B IB EIE
C
I
C FIF
Select the number base you want to use with [ BIN ], [ OCT ],
[
DEC ], [ HEX ]. The " BIN ", " b ", " OCT ", " o ", " HEX ", " h "
indicators show you which number base you are using. If none of the
indictors appears in the display, you are in decimal base.
Bases conversions
¾
37 (base 8) = 31 (base 10) = 1F (base 16)
DEG OCT
[ 2nd ] [ OCT ] 37
00000000037
o
DEG
[ 2nd ] [ DEC ]
31
.
DEG HE