EllyTools

画像ツール

計算ツール

テキストツール

カラーツール

ファイルツール

便利ツール

行の並べ替え

アルファベット順・文字数順などで行をソート

入力 (0 )

出力

使い方

1

入力エリアにテキストを貼り付けてください

2

昇順または降順のソート順を選んでください

3

ソートされたテキストをコピーしてください

よくある質問

関連ツール

こんな方におすすめ

  • 設定リストやデータをソートする開発者
  • アルファベット順のリストを整理する作家
  • アイテムのリストをすばやくソートしたい方

EllyToolsが選ばれる理由

100%無料&無制限

登録不要、制限なし。何度でもお使いいただけます。

プライバシー最優先

すべての処理はブラウザ内で行われます。ファイルがデバイスの外に出ることはありません。

インストール不要

デスクトップ、タブレット、スマートフォンなど、あらゆるデバイスのブラウザで直接動作します。

高速&安定

最新のブラウザ技術による即座の結果。

Sort Lines: Alphabetical, Numerical, and Reverse Order

Sorting lists alphabetically or numerically is one of the most common text-cleanup tasks. This tool sorts pasted lines and lets you choose direction (ascending/descending), case-handling, and natural number ordering.

Default sorting is character-by-character left-to-right. That's correct for most use cases but produces strange results with numbers — '10' sorts before '2' because '1' < '2' character-wise. Natural sort fixes this by treating embedded numbers as numbers, putting '2' before '10' as expected.

Sort options

  • Alphabetical (case-sensitive) — uppercase letters sort before lowercase
  • Alphabetical (case-insensitive) — most common everyday sort
  • Reverse — Z to A or large to small
  • Natural sort — '2' before '10', for filenames with numbers
  • Sort by length — shortest first or longest first

Extended FAQ

How does it handle Korean characters?

Korean sorts by Unicode order, which matches the modern Hangul (한글) alphabetical order. So 가 < 나 < 다, etc., as expected.

Does it remove duplicates?

Sorting itself doesn't remove duplicates. Use the dedup tool first if you want unique sorted output.

Are my pasted lines stored?

No — runs entirely in your browser.