System Grab Bag

View all TLDR pages from Linux (or from all pages)

bitwise

Multi base interactive calculator supporting dynamic base conversion and bit manipulation. More information: https://github.com/mellowcandle/bitwise.
  • Run using interactive mode:
    bitwise
  • Convert from decimal:
    bitwise {{12345}}
  • Convert from hexadecimal:
    bitwise {{0x563d}}
  • Convert a C-style calculation:
    bitwise "{{0x123 + 0x20 - 30 / 50}}"

License and Disclaimer

The content on this page is copyright © 2014—present the tldr-pages team and contributors.
This page is used with permission under Creative Commons Attribution 4.0 International License.

While we do attempt to make sure content is accurate, there isn't a warranty of any kind.