Bit Visualizer
Bit Visualizer
Hi šš¼, Iām Bit Visualizer!
231
|
230
|
229
|
228
|
227
|
226
|
225
|
224
|
223
|
222
|
221
|
220
|
219
|
218
|
217
|
216
|
215
|
214
|
213
|
212
|
211
|
210
|
29
|
28
|
27
|
26
|
25
|
24
|
23
|
22
|
21
|
20
|
230
|
228
|
226
|
224
|
222
|
220
|
218
|
216
|
214
|
212
|
210
|
28
|
26
|
24
|
22
|
20
|
224
|
216
|
28
|
20
|
{ "len": 3, "changedPosition": 0, "_digits": [ 0, 5, 2 ], "digits": [ 0, 5, 2 ] }
82 | 81 | 80 |
---|---|---|
0
|
5
|
2
|
{ "changedPosition": 0, "bits": [ 0, 0, 1, 0, 1, 0, 1, 0 ] }
27 | 26 | 25 | 24 | 23 | 22 | 21 | 20 |
---|---|---|---|---|---|---|---|
{ "len": 2, "changedPosition": 0, "_digits": [ 2, 10 ], "digits": [ 2, 10 ] }
161 | 160 |
---|---|
2
|
A
|
4,294,967,295
0
You can click the boxes above to flip the bit or octal or hex value. You can also directly change the number in the input box (or click the buttons below) on the right. Have fun!
š Looking for an explanation? Visit this page.
Things Might Be Added Later
- ability to edit binary, octal, and hex directly
- bitwise operations - https://fubark.github.io/cyber/docs/toc/syntax/#bitwise-operators
- https://www.mathsisfun.com/numbers/bases.html
- tabs that can toggle between numbers, string, and other types of representations
- mention endianness? - https://betterexplained.com/articles/understanding-big-and-little-endian-byte-order/