How to Use Bitwise Operators

Learn bit manipulation

Devin Soni
Better Programming
Published in
5 min readJan 21, 2020

--

Photo by Markus Spiske on Unsplash

How Do Computers Represent Data?

If you’ve ever programmed before, you have almost definitely used some kind of numeric data type, such as an integer.

But have you ever thought about how your computer actually stores these numbers?

--

--