2진수 변환

int N = 1234;
String binN = Integer.toBinaryString(N);