Base Conversion Calculator
Base Conversion Visualization
255 (Decimal)
FF (Hexadecimal)
Formula: 255 = (15 × 16¹) + (15 × 16⁰) = FF
Base Conversion Results
Binary (Base 2)
11111111
Octal (Base 8)
377
Decimal (Base 10)
255
Hexadecimal (Base 16)
FF
Base Information
Input Base: Decimal (Base 10)
Output Base: Hexadecimal (Base 16)
Conversion Method: Division-remainder algorithm
Common Usage: Memory addressing, color codes, digital systems