BorysLevytskyi / BitwiseCmd

Bitwise Calculator Online
http://bitwisecmd.com
GNU Affero General Public License v3.0
315 stars 14 forks source link

Is it possible to enter binary numbers? #4

Closed hamoid closed 7 years ago

hamoid commented 7 years ago

0xFF works, but 0b0011 doesn't.

Is there a way?

BorysLevytskyi commented 7 years ago

Not right now. BitwiseCmd doesn't support binary format of numbers.

hamoid commented 7 years ago

So this could be a feature request then :)

I wanted to explain to someone bitwise operations, but it's hard to explain if I must enter the numbers in decimal, but the operations happen in binary.

BorysLevytskyi commented 7 years ago

I was in the process of moving BitwiseCmd to React. This will be second on my list. Thanks for the suggestion.

BorysLevytskyi commented 7 years ago

The feature has been implemented, @hamoid. Enjoy it! http://bitwisecmd.com/#0b10%7C0b11

hamoid commented 7 years ago

Very nice!!! Thank you :)