Binary & Numbers
Converting between binary and hexadecimal, performing bitwise operations, and inspecting the bit-level representation of floating-point numbers come up often in low-level programming, embedded development, and network protocol work — and they are easy to get wrong by hand. These tools cover base conversion, a bitwise operation simulator, byte unit conversion, a hex editor, and Unix timestamp conversion, so you can work with numbers at the bit level with confidence.