Skip to content
This repository has been archived by the owner on Sep 7, 2022. It is now read-only.

google/bitutils

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

bitutils

This is a collection of scripts which make working with binary numbers a bit easier.

  • bin converts its argument (or standard input) to binary.
  • hex converts its argument (or standard input) to hexadecimal.
  • bitrule displays a ruler below its standard input.

This is not an official Google product.

Example

$ bin 12345 | bitrule
0b11000000111001
  '|'''|'''|'''|
   12  8   4   0

About

scripts to ease working with binary numbers

Resources

License

Code of conduct

Security policy

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published