二進制 ↔ 十六進制轉換器
在线在二進制和十六進制數字之间轉換。快速准确的轉換工具。
二進制輸入
功能介紹
The Binary ↔ Hex Converter tool converts numbers between binary and hexadecimal representations. It is handy for low‑level debugging, learning number systems, or working with bitmasks.
什麼時候用這個工具?
Use this tool whenever you need to translate values between binary and hex: inspecting protocol data, embedded development, or understanding how numbers map to bits.
使用步驟
1
Choose conversion direction
Select whether you want to convert from binary to hex or from hex to binary.
2
Enter the source number
Type or paste a binary or hexadecimal value into the input box.
3
Convert the value
Click convert to get the corresponding representation in the other base.
使用範例
Understanding bit flags
Convert a hex bitmask to binary to see which individual bits are set.
