Which sorting algorithms is most efficient to sort string consisting of ASCII characters?

Which sorting algorithms is most efficient to sort string consisting of ASCII characters?

"Counting sort" algorithm is the most efficient to sort string, which consists of ASCII characters.