- Jul 9, 2002
- 19
- 0
- 0
i'm only familar with 2 digit hex numbers such as EF or FF and values like that.
i'm wondering how to make numbers larger than 255(256 human terms) in hex code. does it work by multiplying combinations of 2 digits?
example: 0EFF = (1 x 15) x (16 x 16)
or does it work by multiplying just multiplying the values which will make the number
example: EFF = 15 x 16 x 16
another question. how do you figure out which numbers to multiply in order to make that number? is it any different if i use different hex values to get at the same end value? let me give examples
34 = 3 x 4 = 12
26 = 2 x 6 = 12
are 34 and 26 completely interchangable?
thank you in advance
i'm wondering how to make numbers larger than 255(256 human terms) in hex code. does it work by multiplying combinations of 2 digits?
example: 0EFF = (1 x 15) x (16 x 16)
or does it work by multiplying just multiplying the values which will make the number
example: EFF = 15 x 16 x 16
another question. how do you figure out which numbers to multiply in order to make that number? is it any different if i use different hex values to get at the same end value? let me give examples
34 = 3 x 4 = 12
26 = 2 x 6 = 12
are 34 and 26 completely interchangable?
thank you in advance
