Intro | Bitwise | Bitmaps | Download
Make and Save Your Own Maps
Read Numbers as States, or Convert States to Numbers
MapBits provides a simple and easy-to-read way to identify the relationship between particular bit states and named flags.
Here we have a Windows Serial Port State
as a numeric representation:
You can see the bitmap value is 2705,
which is made up of five active bits:
Binary(1) + FlowDTR2(16) + X off Cont(128) + Flow X out(512) + Strip Null(2048)