Open main menu
Home
Random
Recent changes
Special pages
Community portal
Preferences
About Wikipedia
Disclaimers
Incubator escapee wiki
Search
User menu
Talk
Dark mode
Contributions
Create account
Log in
Editing
Hexadecimal
(section)
Warning:
You are not logged in. Your IP address will be publicly visible if you make any edits. If you
log in
or
create an account
, your edits will be attributed to your username, along with other benefits.
Anti-spam check. Do
not
fill this in!
===Conversion through addition and multiplication=== [[Image:Hexadecimal multiplication table.svg|right|thumb|A hexadecimal [[multiplication table]]]] It is also possible to make the conversion by assigning each place in the source base the hexadecimal representation of its place value β before carrying out multiplication and addition to get the final representation. For example, to convert the number B3AD to decimal, one can split the hexadecimal number into its digits: B (11<sub>10</sub>), 3 (3<sub>10</sub>), A (10<sub>10</sub>) and D (13<sub>10</sub>), and then get the final result by multiplying each decimal representation by 16<sup>''p''</sup> (''p'' being the corresponding hex digit position, counting from right to left, beginning with 0). In this case, we have that: {{math|B3AD {{=}} (11βΓβ16<sup>3</sup>) + (3βΓβ16<sup>2</sup>) + (10βΓβ16<sup>1</sup>) + (13βΓβ16<sup>0</sup>)}} which is 45997 in base 10.
Edit summary
(Briefly describe your changes)
By publishing changes, you agree to the
Terms of Use
, and you irrevocably agree to release your contribution under the
CC BY-SA 4.0 License
and the
GFDL
. You agree that a hyperlink or URL is sufficient attribution under the Creative Commons license.
Cancel
Editing help
(opens in new window)