How do I convert base 10 to hex
I can go from hex to base 10 as the equals button is split into hex, binary, and decimal when I type 0x1234, but this is not the case the other way round
You could probably use the divide by 2 method to convert to binary as every four digits in binary equals one hexadecimal number.
For example;
IN DECIMAL
158
158/2 0
79/2 1
39/2 1
19/2 1
9/2 1
4/2 0
2/2 0
1/2 1
IN BINARY
1001 1110
IN HEXADECIMAL
9 E
For any clarifications ask your one and only MATHBITCH.
Thanks MB
Has MB answered your question? I am not sure what you question is....
0 x any number = 0 no matter what base you are in ://