When you create a field with 3 or less than 3 characters, followed by some numeric value its internal name will gets changed.
Also, if your field name starts with the numeric value then also the Internal name will get changed. In these cases when you query the Field Internal name from CSOM / PnP, use
EntityProperyName
instead of InternalName.