About 16進数計算
16進数で算術演算を実行
Use this free online 数学ツール tool to work faster without installing extra software. The interface is built for quick input, clear output, and straightforward results on desktop and mobile devices.
16進数で算術演算を実行
A in decimal
26
B in decimal
47
A + B (Addition)
49
= 73 decimal
A - B (Subtraction)
-15
= -21 decimal
A × B (Multiplication)
4C6
= 1222 decimal
A ÷ B (Division)
0
= 0 decimal
Bitwise Operations
A AND B
A
A OR B
3F
A XOR B
35
NOT A (8-bit)
E5
A in Other Bases
Byte Breakdown (A)
1A
26
Common Hex Values
Max Byte
FF = 255
Max 16-bit
FFFF = 65535
Max 32-bit
FFFFFFFF
16進数で算術演算を実行
Use this free online 数学ツール tool to work faster without installing extra software. The interface is built for quick input, clear output, and straightforward results on desktop and mobile devices.
This tool runs in your browser whenever possible, which keeps your inputs private and reduces unnecessary round-trips to the server.