Kibadili Bainari
Convert between binary, decimal, hexadecimal, and octal instantly. Text to binary converter with bit operations calculator for developers and students.
๐ข Number Base Converter
๐ Text to Binary Converter
Maandishi yataonekana hapa
โก Bit Operations Calculator
Ingizo A
Ingizo B
AND (A & B)
0
OR (A | B)
0
XOR (A ^ B)
0
NOT A (~A)
0
๐ Step-by-Step Conversion
Enter a number in any base above to see the step-by-step conversion process.
๐ Quick Reference Guide
Mifumo ya Nambari
Binary (Base 2): 0, 1
Octal (Base 8): 0-7
Decimal (Base 10): 0-9
Hex (Base 16): 0-9, A-F
AND (&): Both bits must be 1
OR (|): At least one bit is 1
XOR (^): Bits are different
NOT (~): Flip all bits
Example: 1010 & 1100 = 1000
Example: 10 (decimal)
Binary: 1010
Octal: 12
Hex: A