int intValue = 1; String stringValue = intValue.toString(); String hexValue = intValue.toRadixString(16);