How do I convert a hexadecimal number to binary keeping the leading zeros? For the conversion itself I am using:
String stringName = Integer.toBinaryString(int in 0x format);, however, this...