Skip to content
/ dec2bin Public

Command line tool to convert big number to binary (from base 10 to 2)

License

Notifications You must be signed in to change notification settings

JL2014/dec2bin

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Convert big number string to binary string (from base 10 to base 2)

dec2bin.exe 1234567890123456789012345678901234567890

1110100000110010010010000001110101110000001101101111110011101110001010110010111100010111111001011011001110001111110000101011010010

Note : number provided must only contain digit(s).

Dependency

Build with external mpir.dll

CMake Windows Build