Convert between binary, octal, decimal and hexadecimal, and apply bitwise operations on 32-bit unsigned integers.
Note: all operations use unsigned 32-bit integers (0 to 4,294,967,295). Negative values nisu podržane u ovoj verziji.
This programmer calculator is designed for developers, network engineers, electronics hobbyists and computer science students. It converts numbers between binary, octal, decimal and hexadecimal, and performs common bitwise and shift operations on unsigned 32-bit integers.
You can enter values in any base (binary, octal, decimal or hex), then see instant conversion into all other bases. The calculator also shows results for bitwise AND, OR and XOR between two values, as well as NOT, left shifts and right shifts on the first value.
This is useful when working with flags, bitmasks, registers, low-level protocols, memory addresses and embedded systems. By seeing binary, decimal and hexadecimal at the same time, it becomes easier to reason about how bits are set, cleared or combined.
More tools at Calculators.social.