I have such int number:
266
I would like to convert it to binary string. In android I use such method:
Integer.toBinaryString(266)