A radix converter, with support for bitwise operations.
Convert hex to binary, or decimal to hex, or binary to decimal, or mix and match with bitwise operators and choose your output format!
0x34fd becomes 11010011111101 or 13565
0x34fd & 11001b becomes 0x19 or 11001b or 0x19