a to int java code example Example: java get an int from a char char charValue = '2'; int intValue = Character.getNumericValue(charValue); // 2