I need to convert a large decimal to binary how would I go about doing this? Decimal in question is this 3324679375210329505
How about:
String binary = Long.toString(3324679375210329505L, 2);
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With