When you create a column name with 3 or less than 3 character, followed by some numeric value its internal name will be changed. For example-> Column name "abc123" will get converted to "_x0061_bc123" where as Column name "abc" will remain as it is "abc" and also Column name "abcd123" will remain as it is "abcd123".