Hex to Decimal Converter

Convert hexadecimal values to decimal, binary, and octal instantly. Free, instant, no signup.

Formula: decimal = Σ digit × 16^position (right to left, starting at 0)

How to use the Hex to Decimal Converter

  1. Enter your values. Fill in the fields with your numbers.
  2. Calculate. Press Calculate to run the hex to decimal converter.
  3. Use the result. Copy the result or try a related tool next.

Why use our Hex to Decimal Converter

Instant results. Enter your figures and the hex to decimal converter returns an answer in seconds.
Free & private. Runs in your browser — no signup, and nothing is sent to a server.
Accurate. Uses standard formulas so you can rely on the numbers.

Free to use — premium coming soon

FREE
  • Unlimited calculations
  • Instant results
  • No signup
PREMIUM
  • Remove ads
  • Save & compare scenarios
  • Export results

About the Hex to Decimal Converter

The Hex to Decimal Converter turns a base-16 (hexadecimal) value into the everyday base-10 number you can read at a glance. Hexadecimal uses sixteen symbols: the digits 0 through 9 plus the letters A, B, C, D, E and F, which stand for the decimal values 10 through 15. Because each hex digit packs four bits, hex is the standard shorthand for binary data in computing. Paste a value like 1A3 or FF, press convert, and you get its decimal equivalent instantly, with no app to install and nothing to memorize.

Reach for this tool whenever you meet a hex value outside its native context and need a human-readable number. Common cases include reading memory addresses and register values while debugging, checking the size of a byte field (0xFF is 255, the largest single byte), interpreting parts of MAC and IPv6 addresses, and translating the channels of a color code such as FF in #FF5733 into 255. Embedded and firmware engineers use it to verify sensor ranges and catch overflow; students use it to check homework. Anywhere base-16 appears, this converter gives you the base-10 answer.

The math behind it is positional notation. Each hex digit is multiplied by 16 raised to the power of its position, counting from zero on the right, and the products are summed. For 62C the calculation is 6x16^2 + 2x16^1 + 12x16^0 = 1536 + 32 + 12 = 1580, since the digit C equals 12. The converter applies exactly this expansion for any length of input, so a two-digit value like FF becomes 15x16 + 15 = 255 and a longer string follows the same rule digit by digit, left to right.

Accuracy and privacy are both built in. The conversion is exact integer arithmetic, so there is no rounding or precision loss no matter how many digits you enter, and a leading 0x prefix is recognized and ignored automatically. Hex is case-insensitive here, so ff and FF give the same result. Everything runs in your browser: the value you type is never uploaded to a server or logged, which makes it safe for converting addresses, identifiers, or any data you would rather keep on your own machine.

Frequently asked questions

What does 0xFF equal in decimal?

0xFF equals 255. It is the largest value that fits in a single 8-bit byte, calculated as 15x16 + 15 = 255 because both F digits stand for 15.

Do I need to include the 0x prefix?

No. The 0x prefix is a programming convention that simply marks a number as hexadecimal; it is not part of the value. You can paste it in or leave it out, and the converter strips it automatically.

How do I convert hex to decimal by hand?

Multiply each hex digit by 16 raised to its position power, counting from 0 at the rightmost digit, then add the results. For example 1A3 = 1x16^2 + 10x16^1 + 3x16^0 = 256 + 160 + 3 = 419.

Is the converter case-sensitive?

No. Hexadecimal letters A through F can be entered in upper or lower case and produce the same result, so ff, Ff and FF all convert to 255.

Can it handle very large hex numbers?

Yes. The conversion uses exact integer arithmetic with no rounding, so long values such as FFFFFFFF (4,294,967,295) convert precisely regardless of length.

From our blog

Ounces to Pounds, Explained: The 16-Ounce Rule and Where It Trips People Up

By the Super Simple Digital Tools Team · Updated June 2026

Ounces and pounds are both units in the US customary and imperial weight systems, and the only number you really need to remember is 16: that is how many ounces sit inside a single pound. Once that anchor is fixed, every conversion is the same move. To get pounds, you divide ounces by 16; to get ounces, you multiply pounds by 16. The reason the figure feels awkward compared with the metric system is that 16 is not a power of ten, so the decimals rarely come out round unless your ounce count is itself a multiple of 16.

The cleanest way to picture it is with familiar checkpoints. Four ounces is a quarter pound (0.25 lb), eight ounces is half a pound (0.5 lb), twelve ounces is three quarters of a pound (0.75 lb), and sixteen completes the loop at 1 lb. Doubling carries on the same way, so 32 oz is 2 lb and 48 oz is 3 lb. When you see a value like 20 oz, you can split it into 16 plus 4, read that as 1 lb plus a quarter, and land on 1.25 lb without a calculator.

A common point of confusion is the difference between a decimal pound and the mixed pounds-and-ounces format that scales and hospitals often use. Saying 7.5 lb and saying 7 lb 8 oz describe the same weight, but they are written differently. To turn a pile of ounces into the mixed format, divide by 16 and keep the whole number as pounds, then treat the remainder as the leftover ounces. 100 oz divided by 16 is 6 with 4 left over, giving 6 lb 4 oz, which is the same as roughly 6.25 lb in decimal form.

The other trap is assuming all ounces weigh the same. The avoirdupois ounce, used for groceries, parcels, and body weight, is about 28.35 grams, and 16 of them make a pound. The troy ounce, used only for precious metals, is heavier at about 31.1 grams, yet a troy pound contains just 12 troy ounces and ends up lighter overall than a regular pound. Mixing the two systems is how people misprice gold, so this everyday converter deliberately sticks to avoirdupois and leaves troy weight to a specialist tool.

Where the conversion earns its keep is in real decisions rather than homework. Shipping carriers frequently price by the next whole pound, so knowing that a 17 oz item already counts as more than 1 lb can change which rate you pay. Recipes scaled up from single servings often hand you totals in ounces that are easier to shop for in pounds. And new parents tracking growth flip between the lb-oz reading on the scale and the decimal pounds on a chart almost daily. In all of these, the underlying step is identical: divide by 16.

  • Memorize the quarter points: 4 oz = 0.25 lb, 8 oz = 0.5 lb, 12 oz = 0.75 lb, 16 oz = 1 lb. They cover most quick mental math.
  • For the mixed format, divide ounces by 16 for the whole pounds and use the remainder as the leftover ounces, so 40 oz becomes 2 lb 8 oz.
  • When shipping, remember many carriers round up to the next pound, so treat anything over a whole-pound mark as the higher tier.
  • Never use this tool for gold or silver; those are sold by the troy ounce, which is heavier and follows a 12-ounce troy pound.

Read the full guide →

Tool by the Super Simple Digital Tools Team. Reviewed by our editorial team. Free to use, no signup required.

Related tools