answersLogoWhite

0

Assuming you have a hexadecimal integer (without decimals), which is what you will usually use in computer science: Multiply the right-most digit with 1, the next with 16, the next with 162, the next with 163, etc., and add everything up. Example: 1B3 = (from right to left) 3 x 1 + 11 x 16 + 1 x 256.

Assuming you have a hexadecimal integer (without decimals), which is what you will usually use in computer science: Multiply the right-most digit with 1, the next with 16, the next with 162, the next with 163, etc., and add everything up. Example: 1B3 = (from right to left) 3 x 1 + 11 x 16 + 1 x 256.

Assuming you have a hexadecimal integer (without decimals), which is what you will usually use in computer science: Multiply the right-most digit with 1, the next with 16, the next with 162, the next with 163, etc., and add everything up. Example: 1B3 = (from right to left) 3 x 1 + 11 x 16 + 1 x 256.

Assuming you have a hexadecimal integer (without decimals), which is what you will usually use in computer science: Multiply the right-most digit with 1, the next with 16, the next with 162, the next with 163, etc., and add everything up. Example: 1B3 = (from right to left) 3 x 1 + 11 x 16 + 1 x 256.

User Avatar

Wiki User

15y ago

What else can I help you with?