class Main { public static void main(String[] args) { int a=4567; System.out.println(Integer.toBinaryString(a)); } }