I have a very large string (around 1000 characters) and its represented in base B.
Whats the best way to convert it to binary representation since I can't use any arithmetic operators.
This is an interview practice question and I just want to clear up my basics about bit manipulation.