使用方法: Bitwise 计算器
Bitwise 计算器 是一款免费在线二进制工具工具,可在浏览器中即时aND, OR, XOR, NOT and shifts on 32/64-bit integers。粘贴数据、调整选项即可实时获得结果——无需安装、无需注册,任何数据都不会上传到服务器。
说明
AND, OR, XOR, NOT and shifts on 32/64-bit integers.
- 二进制工具
- 由于全部计算都在客户端完成,使用 API 密钥、令牌或私有日志等敏感数据处理时,Bitwise 计算器 同样安全。
使用方法
使用 Bitwise 计算器 只需三步:
- 将数据粘贴到输入框(或载入示例)。
- 根据目标格式或使用场景调整选项。
- 复制、下载或查看输出——输入时结果实时更新。
运行
示例
AND/OR/XOR of two bytes.
输入
240,15
输出
A = 240 (0xF0) = 11110000 B = 15 (0xF) = 00001111 A AND B = 0 (00000000) A OR B = 255 (11111111) A XOR B = 255 (11111111) NOT A = 15 (00001111) A << 6 = 0 A >> 6 = 3 8-bit signed interpretation of A: -16
此输出由工具真实运行产生,并非人工编写。
使用场景
Bitwise 计算器 常见的使用场景:
- AND, OR, XOR, NOT and shifts on 32/64-bit integers.
参数说明
| key | 选项 | type | allowed | default | Bitwise 计算器 |
|---|---|---|---|---|---|
width | Bit width | select | 8 (8-bit), 16 (16-bit), 32 (32-bit), 64 (64-bit) | — | — |
输入: text · 输出: text · live: ✓
常见问题
什么是 Bitwise Calculator?
Bitwise Calculator 用于aND, OR, XOR, NOT and shifts on 32/64-bit integers。它完全在浏览器内运行,数据保持私密。
Bitwise Calculator 可以免费使用吗?
可以。Bitwise Calculator 免费、无次数限制,无需注册或安装。
我的数据会被上传吗?
不会。所有处理都在本地浏览器完成,不会发送到任何服务器。
注意事项
- 全部计算在浏览器端完成,因此超大输入受限于标签页内存,而非服务器上传限制。
相关工具
文本 to 二进制转换器Convert text into 0/1 byte notation.二进制 to 文本转换器Convert 0/1 bit groups back into readable text.Endianness 转换器Swap byte order of hex words (big ↔ little endian).ByteUnit 转换器KB/KiB, MB/MiB, GB/GiB… decimal vs binary units.Base64 编码器Encode text, JSON, URLs or files to Base64, standard or URL-safe.URL 编码器Percent-encode URLs or single query components.