What Does Pad Character Mean?
A pad character is a character in a field or string that is used to create uniform length for a data set. Using pad characters, a program makes a given “string,” which is a programed set of characters, a certain length, regardless of what it contains.
Techopedia Explains Pad Character
Pad characters work to make random or user-entered strings or fields a consistent length. One easy example is in a database: if the table has to contain fields of 10 character each, and users are entering items in lengths of, say four, five and six characters, the corresponding number of pad characters are attached to each item, in order to create a uniform set of 10-character items.