Check an Integer for Bitwise Flags

Programmers often need to know what bits are set in integers. This page does not explain the purpose and intent of Bitwise math, but is a resource for web programming.

Bitwise Verification
Display Options

Simply enter a numeric value in the form above to see what bits are set in this number. Results in blue are set; results in red are missing from your value.

Learn More About Bitwise Math

Below are some resources for learning more about using bitwise math in programming. Young programmers probably find bitwise logic hard to understand at first, but mastering bitwise data storage is a powerful and versatile skill.

Find Stored Bits

Enter the value you want to validate in the form to the right.


Copyright © 2006. All Rights Reserved.
Bitwise Flags Tool programmed by Shawn Olson.
Other Web Tools: What is My IP Address | CSS RGB Color Tool