这个简单;int a=0x3F668511;int b=0x1E;System.out.println(Integer.toHexString(a)+Integer.toHexString(b));值得注意的是16进制一位代表4位2进制;所以int类型最多有4个字节、8位16进制数;