ماشین حساب دودویی
حساب دودویی، عملیات بیتی (AND، OR، XOR)، شیفت و تبدیل⌘⏎ run · ⇧⌘C copy · ⎋ resetINPUTInput Base
OUTPUT
❯ _یک عملیات را اجرا کنید تا نتایج اینجا نمایش داده شود.then press ⌘⏎
ADSponsored
What is ماشین حساب دودویی?
The Binary Calculator performs binary arithmetic and bitwise operations — AND, OR, XOR, NOT and bit shifts — and shows results across binary, decimal and hex. It is built for developers reasoning about flags, masks and low-level math, and it computes everything locally as you type.
How to use it
- 01Enter your operands in binary, decimal or hex.
- 02Choose the operation (arithmetic or bitwise).
- 03Read the result in every base at once.
FAQ
What bit widths are supported?
Standard integer widths; results wrap according to the selected width where relevant.
Does it do two’s complement?
Yes — negative values and NOT use two’s-complement representation.
Is anything sent to a server?
No — all calculation runs in your browser.