โ†•๏ธ List Sorter

Sort a line-based list and remove duplicates.

How to use

  1. Enter your list, one item per line.
  2. Choose a sort mode (ascending/descending/numeric) and options.
  3. Click "Sort" to see the result.

๐ŸŽฏ Use Cases

Example

Input
banana
Cherry
apple
banana

blueberry
Output
apple
banana
blueberry
Cherry

Ascending sort with "Remove duplicates" and "Remove blank lines" enabled. The duplicate banana and the empty line are dropped, and the case-insensitive ordering places Cherry after blueberry.

FAQ

What happens if numbers and letters are mixed?
In "Numeric" mode, any item that can't be converted to a number is treated as 0. For text lists, use "Ascending/Descending" instead.
How does duplicate removal work?
Checking "Remove duplicates" merges only lines that are exactly identical.
Is my list sent to a server?
No. Sorting happens entirely in your browser.

More Text Tools

๐Ÿ“
Markdown Preview
Live-preview Markdown as HTML
๐Ÿ”—
URL Encoder/Decoder
Percent-encode/decode URL characters
โœ๏ธ
Find & Replace
Search & replace with regex support
๐Ÿ†š
Text Diff
Compare two texts line by line
๐Ÿ“ง
Email Extractor
Extract & dedupe emails from text
๐Ÿ”ข
Character Counter
Count characters, bytes, lines & words
๐Ÿ” 
Case Converter
Convert to UPPER/lower/Title Case
๐Ÿ”ค
Fullwidth/Halfwidth Converter
Convert fullwidth chars โ†” halfwidth ASCII
๐Ÿˆš
Unicode Inspector
Check code points & look up characters
๐Ÿ”Ÿ
Text to Decimal
Convert text โ†” decimal code points
๐Ÿงพ
Text to Hex
Convert text โ†” UTF-8 byte hex
0๏ธโƒฃ
Text to Binary
Convert text โ†” UTF-8 byte binary
๐Ÿ”ก
ASCII Art Generator
Turn text into an ASCII art banner