Sort Lines Alphabetically
Sort lines A–Z or Z–A, with case and duplicate options.
Sorted Output
Sorting Lines the Way You Expect
Lines are sorted using locale-aware comparison, so accented characters and natural ordering behave sensibly. By default the sort is case-insensitive (A and a are grouped together); enable case sensitive for strict ASCII-style ordering. You can reverse the order to Z–A and optionally strip duplicate lines in the same pass. All sorting happens locally and instantly.
Related Text Tools tools
Case Converter
Convert between Sentence, Title, camelCase, snake_case, and more.
Word Counter
Count words, characters, and analyze keyword density.
Text to Binary
Convert text into its 8-bit binary representation.
Binary to Text
Decode 8-bit binary back into readable text.
Text Reverser
Reverse text by characters, words, or lines.
Remove Duplicate Lines
Delete repeated lines and keep your list unique.
Remove Empty Lines
Strip blank and whitespace-only lines from text.
Slugify URL Generator
Turn any title into a clean, URL-safe slug.