Binary Tools
Convert numbers and perform bitwise operations
Number System Converter
Convert between decimal, binary, and hexadecimal (0-65535)
Base 10
Base 2
Base 16
Binary Breakdown
0
0
0
0
0
0
0
0
0
0
1
0
1
0
1
0
16-bit representation
Quick Reference
Powers of 2
- 2⁰ = 1
- 2¹ = 2
- 2² = 4
- 2³ = 8
- 2⁴ = 16
Hex Digits
- 0-9 = 0-9
- A = 10
- B = 11
- C = 12
- D = 13
- E = 14
- F = 15