Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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.

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