Which command is utilized to substitute a single character with different text?
Explanation
The 'S' command is used to replace an entire character with new text. Other options like 's' and 'r' serve different functions: 's' substitutes characters, 'r' replaces a character without entering insert mode, and 'C' changes text from the cursor to the end of the line.