Conversion Settings

Binary

11111111

Octal

377

Decimal

255

Hex

FF

Conversion History

255 (Dec) → FF (Hex) Just now
FF (Hex) → 255 (Dec) 2 minutes ago
11111111 (Bin) → 255 (Dec) 5 minutes ago
Ready for conversion
Base 10 → Base 16

Conversion Details

Conversion Process

Step 1: Input number: 255 (Decimal)

Step 2: Target base: 16 (Hexadecimal)

Step 3: Conversion method: Division by 16

Step 4: 255 ÷ 16 = 15 remainder 15 (F)

Step 5: 15 ÷ 16 = 0 remainder 15 (F)

Result: FF (Hexadecimal)

Number System Information

Decimal (Base 10): The standard number system using digits 0-9. Most commonly used in daily life.

Binary (Base 2): Uses only 0 and 1. Fundamental in computer science and digital electronics.

Octal (Base 8): Uses digits 0-7. Historically used in computing systems.

Hexadecimal (Base 16): Uses digits 0-9 and letters A-F. Commonly used in programming and digital systems.