Convert between Binary, Decimal, Hex, Octal, ASCII, BCD & Gray Code instantly. Includes bitwise calculator, IEEE 754 float, two's complement & step-by-step breakdown.
Instantly convert between binary, decimal, hexadecimal, octal, base-32 and ASCII simultaneously.
AND, OR, XOR, NOT, NAND, NOR, XNOR, left/right shift, unsigned right shift with full binary display.
Convert decimal floats to 32-bit and 64-bit IEEE 754 representation with sign, exponent and mantissa breakdown.
Convert signed integers in 8, 16 or 32-bit two's complement format used in all modern CPUs.
Interactive bit grid — click any bit to toggle it. Shift, rotate, invert, set all bits visually.
See the full division/remainder breakdown of each conversion — perfect for students learning number systems.
Convert decimal to Gray code and BCD (Binary Coded Decimal) used in digital electronics and displays.
Full 128-character ASCII reference with binary, hex, octal and decimal values. Click any row to use.
Learn how to manually convert binary to decimal using positional notation, with 15 worked examples from simple to complex.
AND, OR, XOR, NOT, shift operators explained with real code examples, common patterns, and performance tips.
A visual explanation of how floats are stored in memory, why precision errors occur, and how to handle them in your code.