Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/xl0/hex2bin
A trivial app to convert up to 64 bit hex numbers into binary, with nice grouping.
https://github.com/xl0/hex2bin
Last synced: 17 days ago
JSON representation
A trivial app to convert up to 64 bit hex numbers into binary, with nice grouping.
- Host: GitHub
- URL: https://github.com/xl0/hex2bin
- Owner: xl0
- Created: 2011-03-22T23:37:36.000Z (almost 14 years ago)
- Default Branch: master
- Last Pushed: 2011-03-22T23:38:26.000Z (almost 14 years ago)
- Last Synced: 2024-10-30T08:26:02.357Z (2 months ago)
- Language: C
- Homepage:
- Size: 89.8 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README
Awesome Lists containing this project
README
Why? Why would I need to write it?
If you know an easy way to convert up to 64-bit hex numbers into binary, grouping the output by 8 bits, I'm all ears. For me, it was faster to hack it up.
$ ./hex2bin 0x410fd82112
410fd82112
00000000 00000000 00000000 01000001 00001111 11011000 00100001 00010010