Java tutorial
public class Main { public static void main(String args[]) { int n = 170; // 10101010 System.out.println(Integer.reverseBytes(n)); } }