72 Phaser 740 and 750 Color Printers
Print count conversions
The print counts indicated of the printer’s Supplies Page are printed in hexidecimal
form.
To convert hexadecimal to decimal use the following information:
He
x value Decimal equivalent
00
11
22
33
44
55
66
77
88
99
A10
B11
C12
D13
E14
F15
For example:
The hexadecimal value 13FA
breaks down into:
13 FA
1 is 1 3 is 3 F is 15 A is 10
For the For the For the For the
4th column 3rd column 3rd column 3rd column
multiply multiply multiply multiply
1 x 16
3
3 by 16
2
15 by16
1
10 by 16
0
(1 x 16
3
) (3 x 16
2
) (15 x 16
1
) (10 x 16
0
)
(1 x 4096)
(3 x 256) (15 x 16) (10 x 1)
4096 768 240 10
Add the column values together
4096 + 768 + 240 +10 = 5114
13FA’s decimal equivalent is 5114