Hexadecimal Reference

Complete hexadecimal reference with conversion table, operations guide, and hex explorer.

🔷 Hexadecimal Reference

Invalid input

Decimal Value

⚙️ Step-by-Step Breakdown

Enter a value to see the conversion steps

🕑 Recent Conversions

Your conversions will appear here

What Is Hexadecimal Reference

Hexadecimal (base 16) is a numeral system using sixteen symbols: 0-9 for values zero to nine, and A-F for values ten to fifteen.

It is the standard compact representation of binary data in computing, used for memory addresses, color codes, MAC addresses, and machine code.

🔄 Interactive Reference Explorer

How to Convert Hexadecimal Reference

Each hex digit represents exactly 4 binary bits (a nibble). Two hex digits represent one byte (8 bits), making hex ideal for representing binary data compactly.

For example, hex FF = binary 11111111 = decimal 255. Hex 0A = binary 00001010 = decimal 10.

⚡ Try It — Step-by-Step Demo

Frequently Asked Questions

Each hex digit maps to exactly 4 binary bits, making it a compact and human-readable way to represent binary data.
0-9 for values 0-9 and A-F for values 10-15, totaling 16 unique symbols.
After 9 comes A(10), B(11), C(12), D(13), E(14), F(15), then 10(16), 11(17), etc.
The 0x prefix is a common notation to indicate a hexadecimal number in programming languages.
F, which represents decimal 15 or binary 1111.

All Conversion Tools

Dec → Hex

Decimal to Hexadecimal

Base 10 → Base 16

Try Now →
Hex → Dec

Hexadecimal to Decimal

Base 16 → Base 10

Try Now →
Dec → Bin

Decimal to Binary

Base 10 → Base 2

Try Now →
Bin → Dec

Binary to Decimal

Base 2 → Base 10

Try Now →
Dec → Oct

Decimal to Octal

Base 10 → Base 8

Try Now →
Oct → Dec

Octal to Decimal

Base 8 → Base 10

Try Now →
Oct → Hex

Octal to Hexadecimal

Base 8 → Base 16

Try Now →
Hex → Oct

Hexadecimal to Octal

Base 16 → Base 8

Try Now →
Oct → Bin

Octal to Binary

Base 8 → Base 2

Try Now →
Bin → Oct

Binary to Octal

Base 2 → Base 8

Try Now →
Hex → Bin

Hexadecimal to Binary

Base 16 → Base 2

Try Now →
Bin → Hex

Binary to Hexadecimal

Base 2 → Base 16

Try Now →
Dec → BCD

Decimal to BCD

Convert decimal numbers to Binary Coded Decimal (B...

Try Now →
Dec → 2's

Decimal to 2's Complement

Convert decimal integers (including negatives) to ...

Try Now →
Bin → ASCII

Binary to ASCII

Convert binary numbers to ASCII text characters. D...

Try Now →
Bin → Gray

Binary to Gray Code

Convert standard binary to Gray code (reflected bi...

Try Now →
Hex → ASCII

Hex to ASCII

Convert hexadecimal values to ASCII text. Decode h...

Try Now →
Hex → RGB

Hex to RGB

Convert hex color codes to RGB values instantly. S...

Try Now →
RGB → Hex

RGB to Hex

Convert RGB color values to hexadecimal color code...

Try Now →
ASCII → Hex

ASCII to Hex

Convert ASCII text to hexadecimal representation. ...

Try Now →
Hex → Text

Hex to Text

Convert hexadecimal strings to readable text. Deco...

Try Now →
Dec → Frac

Decimal to Fraction

Convert decimal numbers to simplified fractions. S...

Try Now →
Dec → %

Decimal to Percent

Convert decimal values to percentages instantly wi...

Try Now →
Any → Any

Number Base Converter

Convert numbers between any bases (2-36). Universa...

Try Now →
Hex → Unicode

Hex to Unicode

Convert hexadecimal code points to Unicode charact...

Try Now →
ASCII → Bin

ASCII to Binary

Convert ASCII text to binary representation. See e...

Try Now →