Hex to Decimal Converter - Online Base 16 to 10 Tool
Translate hexadecimal numbers to decimal integers. Instantly see the magnitude. A simple, private utility for developers and mathematicians.
UD5 Toolkit
Visualize & understand binary, octal, decimal, and hexadecimal conversions instantly
Each digit is multiplied by the base raised to its position power, then summed.
| Decimal | Binary | Octal | Hexadecimal |
|---|---|---|---|
| 0 | 0000 | 0 | 0 |
| 1 | 0001 | 1 | 1 |
| 2 | 0010 | 2 | 2 |
| 3 | 0011 | 3 | 3 |
| 4 | 0100 | 4 | 4 |
| 5 | 0101 | 5 | 5 |
| 6 | 0110 | 6 | 6 |
| 7 | 0111 | 7 | 7 |
| 8 | 1000 | 10 | 8 |
| 9 | 1001 | 11 | 9 |
| 10 | 1010 | 12 | A |
| 11 | 1011 | 13 | B |
| 12 | 1100 | 14 | C |
| 13 | 1101 | 15 | D |
| 14 | 1110 | 16 | E |
| 15 | 1111 | 17 | F |
Computers use binary because transistors have only two reliable states: ON (1) and OFF (0). All digital data is ultimately stored as bits.
Hex is widely used for color codes (#FF5733), memory addresses, MAC addresses, and Unicode code points (U+1F600 = 😀).
Octal was popular on older systems with 6-bit bytes (PDP-8). Today it's still used in Unix file permissions (e.g., chmod 755).
7F than 01111111.
1010 1010 → AA (since 1010=10=A). Going the other way, expand each hex digit into its 4-bit binary equivalent. Use our Quick Reference table above as a cheat sheet!
Translate hexadecimal numbers to decimal integers. Instantly see the magnitude. A simple, private utility for developers and mathematicians.
Test how fast you can convert between binary and decimal. Timed drills with increasing difficulty. Learn base‑2 fluency.
Convert any text to a long string of binary digits. Perfect for learning binary representation. Local conversion.
Enter a decimal number and see a visual breakdown of bits, place values, and bitwise operations. Learn binary easily.
See the current time displayed in binary and hexadecimal. Dark theme, full‑screen mode. A geeky desk decoration.
Convert any photo into a stark 1‑bit black‑and‑white image (no grays). Adjust threshold. Save as PNG.
Enter text and see each character's 8‑bit binary laid out in a black‑and‑white grid. Beautiful data art. Local.
Convert any image into a raw binary array of RGBA values. For use in embedded systems or game development. Copy as Uint8Array.
Upload an image and instantly see its most dominant color as a hex swatch. Uses color quantization. Local.
Enter a hexadecimal string and decode it as a 32‑bit or 64‑bit floating‑point number. Low‑level developer tool.
Type a CSS color name like 'tomato' or 'mediumseagreen' and instantly get its hex code and preview. Complete named colors list.
Paste a string of 0s and 1s and decode it back into ASCII text. Handles space‑separated blocks. Local.
See how a computer decides even/odd by looking at the least significant bit. Enter decimal or binary.
Paste a regular expression and get a step‑by‑step plain English explanation of what it does. Learn regex.
A beautiful full‑screen binary clock showing hours, minutes, seconds in glowing bits. Dark mode perfect for desks.
Use the browser's native eyedropper tool to pick any color from the screen. Shows zoomed preview. Quick and easy.
Drop any file to see its raw hexadecimal representation and ASCII side‑by‑side. Navigate with offset. Client‑side only.
Upload a small file to see each byte as a block, color-coded by value. Visualize the structure of binary data. Client-side.
Translate between binary and Gray code (reflected binary code). See the bit changes. Useful for digital logic.
Convert decimal negative and positive numbers to 8/16/32-bit two's complement binary. Essential for low-level programming.
Encode decimal integers into signed magnitude binary representation and decode back. Learn computer arithmetic.
Convert a decimal number to 32-bit single precision IEEE 754 format. See sign, exponent, mantissa bits. Developer tool.
A complete, searchable list of all 140+ named HTML/CSS colors with their hex codes and color previews. Click to copy code. Essential web reference.
Calculate with binary numbers: addition, subtraction, multiplication, and division. Also bitwise AND, OR, XOR. Programmer's tool, fully client-side.
Convert decimal numbers to their hexadecimal equivalents. Support for large integers. Fast and handy for low-level programming reference.
Decode hexadecimal values back to human-readable text. Ideal for debugging and data recovery. Works fully offline in your browser, keeping your data secure.
Find the official name of any hex color from the extended color dictionary. Search by name to get the hex code. Handy for CSS and design language.
Convert numbers between binary, octal, decimal, and hexadecimal bases. See real-time conversion as you type. Clean and simple programmer utility.
Pick colors from a palette or use the eye dropper to sample colors from your screen. Converts between HEX, RGB, HSL. An essential tool for designers.
Discover beautiful color palettes for your projects. Generate random, complementary, or trendy schemes and copy hex codes. Useful for designers and developers.