HEX to Decimal Converter is a unique free tool to convert Hex numbers, a combination of 0-9
and A-F to Decimal. Hex uses 16 digits, including 0-9 as in the decimal system, and letters
A, B, C, D, E, and F to represent the numbers 10-15. The decimal system is one of the oldest
and most commonly used number systems. It is also known as base 10 numbering. This tool
allows you to convert a hex to a decimal value instantly.
ype a hex value like 1E into the left field below, and then hit the 'Convert to decimal'
button.
A regular decimal number is the sum of the digits multiplied with a power of 10.
Say, 137 in base 10 is equal to each digit multiplied with its corresponding power of 10:
13710 = 1×102+3×101+7×100 = 100+30+7
Hex numbers are read the same way, but each digit counts a power of 16 instead of 10.
For hex numbers with n digits:
dn-1 ... d3 d2 d1 d0
Multiply each digit of the hex number with its corresponding power of 16 and sum:
decimal = dn-1×16n-1 + ... + d3×163 + d2×162 + d1×161+d0×160
Kickstart your test automation journey
Use Testsigma to run tests directly on our test lab with 2000+ real android devices & 800+ browser/OS
combinations or use Testsigma Agent to run tests on your local workstation.
Feel free to talk to our solutions team for a consultation. Contact Sales
Automation testing has never been easier! Use simple English and intuitive UI to
write automated tests 5x faster
Now writing automated tests is as simple as writing manual tests. No tools and programming knowledge is
required to create and execute automated tests.