Processing request...

Base Converter

Convert between Binary, Decimal, Hexadecimal, Octal & more number systems!

Invalid input for selected base!
FF
Hexadecimal (Base 16)
Conversion:
255 (Decimal) = FF (Hexadecimal)
Breakdown:

Common Conversions

Quick Reference (0-15)

Decimal Binary Octal Hex
0000000
1000111
2001022
3001133
4010044
5010155
6011066
7011177
81000108
91001119
10101012A
11101113B
12110014C
13110115D
14111016E
15111117F

Number Base Guide

Binary (Base 2): Only 0 and 1. Foundation of all computing. Each digit = 1 bit.
Octal (Base 8): Digits 0-7. Used in Unix permissions (chmod 755, 644).
Decimal (Base 10): Standard number system. What we use in daily life.
Hexadecimal (Base 16): 0-9 and A-F. Used in colors (#FF0000), memory addresses.