Developer Calculator
Hex, dec, oct, bin + bitwise ops
About this tool
Formula
How to use
- 1 Pick a base (HEX / DEC / OCT / BIN) — the keypad enables only valid digits.
- 2 Type a number. Hex digits A–F appear as buttons in HEX mode.
- 3 Tap an operator (arithmetic or bitwise) to apply it between two values.
- 4 Tap = to compute. The result shows simultaneously in all four bases.
- 5 Click any of the four base displays to copy that representation to your clipboard.
Examples
| 255 (DEC) → HEX | FF · 0o377 · 0b11111111 |
| 0xFF AND 0x0F | 0F (HEX) · 15 (DEC) |
| 1010 (BIN) XOR 0110 | 1100 · 12 (DEC) · C (HEX) |
| 1 SHL 8 | 256 (DEC) · 100 (HEX) · 0b100000000 |
| NOT 0 | FFFFFFFFFFFFFFFF (HEX) — 64-bit max |
Frequently asked questions
Related tools
Embed this tool on your site
Drop a one-line iframe snippet into any blog, lesson plan, or knowledge base. Powered-by-Toolenza link included.
Embed this tool
Paste this snippet into any HTML page. The tool runs entirely in your reader's browser.
Developer Calculator
No reviews yet — be the first to share your thoughts.
- No reviews yet — be the first to share your thoughts.