Menu
Home Explore People Places Arts History Plants & Animals Science Life & Culture Technology
On this page
Bit inversion

In computing and telecommunications, bit inversion means the changing of the state of a bit or binary number to the opposite state, i.e. the changing of a 0 bit to 1 or of a 1 bit to 0. It is often represented with a tilde (~). It also refers to the changing of a state representing a given bit to the opposite state.

We don't have any images related to Bit inversion yet.
We don't have any YouTube videos related to Bit inversion yet.
We don't have any PDF documents related to Bit inversion yet.
We don't have any Books related to Bit inversion yet.
We don't have any archived web articles related to Bit inversion yet.

See also

Look up bit inversion in Wiktionary, the free dictionary.

References

  1. "Bitwise NOT (~) - JavaScript | MDN". developer.mozilla.org. 2023-08-15. Retrieved 2023-10-17. https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Operators/Bitwise_NOT

  2. "%BITNOT (Invert Bits)". www.ibm.com. 2023-04-11. Retrieved 2023-10-17. https://www.ibm.com/docs/en/i/7.3?topic=functions-bitnot-invert-bits

  3. "Invert actual bits of a number". GeeksforGeeks. 2018-05-18. Retrieved 2023-10-17. https://www.geeksforgeeks.org/invert-actual-bits-number/

  4. "~ - Arduino Reference". www.arduino.cc. Retrieved 2023-10-17. https://www.arduino.cc/reference/en/language/structure/bitwise-operators/bitwisenot/