A Windows Forms application for visualizing and converting between binary, hexadecimal, and decimal representations of bitmasks.
- Visualize bitmasks with individual bit toggles
- Convert between binary, hex, and decimal representations
- Adjustable bit length (8-64 bits)
- Clear all bits with one click
- Real-time updates across all formats
- Intuitive bit numbering (MSB 0 notation)
- Select desired bit count (8-64) from the numeric selector
- Edit bits directly by clicking on individual bit boxes (0/1)
- Or enter values in any of the three formats:
- Binary (e.g.,
10101010) - Hex (e.g.,
0xAA) - Decimal (e.g.,
170)
- Binary (e.g.,
- Use "Clear Bits" button to reset all bits to 0
Ctrl+Backspace- Delete previous word in hex/decimal fields0/1- Quick bit toggling when focused on bit boxes
- Clone this repository
- Open in Visual Studio (2019 or later recommended)
- Build and run the project
- .NET Framework 4.7.2 or later
- Windows OS
Pull requests are welcome. For major changes, please open an issue first to discuss what you would like to change.