Hex Calculator
๐ค Agent ReadyHexadecimal arithmetic and bitwise operations. Input hex values โ result in hex, decimal, and binary.
0x
0x
Quick Reference
0xFF = 255 = 11111111โ
0x0F & 0xFF = 0x0F
0x0F | 0xF0 = 0xFF
0xFF ^ 0x0F = 0xF0
NOT(0x00) = 0xFFFFFFFF
0x01 << 4 = 0x10