There is "built in" functionality to do just that
See toUpperCase and Character (Java Platform SE 7 )
Note:String toUpperCase and toLowerCase should be used to map characters to uppercase. String...