This is a simple tool to analyze fixed-point binary numbers. You can change its properties and set a value and it will try to find the closest fit. The table below will show some summary metrics.
| current value (bin): | |
| current value (dec): | |
| integer part: | |
| fraction part: | |
| total bits: | |
| integer bits: | |
| fraction bits: | |
| largest possible value: | |
| smallest possible value: | |
| LSB decimal value |
Note that large bit widths are currently broken because I need to use BigInt :). Let's hope I fix it soon!