十六进制计算器

在十六进制下进行算术运算

浏览器处理您的数据绝不离开浏览器

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

Binary:11010Octal:32Decimal:26

Byte Breakdown (A)

1A

26

Hexadecimal Reference
0011223344556677889910a11b12c13d14e15f

Common Hex Values

Max Byte

FF = 255

Max 16-bit

FFFF = 65535

Max 32-bit

FFFFFFFF

About 十六进制计算器

在十六进制下进行算术运算

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.

Processing

This tool runs in your browser whenever possible, which keeps your inputs private and reduces unnecessary round-trips to the server.