使用方法: 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.