Skip to content
ZeroServer.tools

Line Ending Converter

Detect and convert line endings between CRLF (Windows), LF (Unix/Mac), and CR (old Mac).

Convert to:
Detected: CRLFLine endings: 3Characters: 61

What are line endings?

Different operating systems use different characters to mark the end of a line. Windows uses CRLF (Carriage Return + Line Feed, \r\n), Unix/Linux/macOS use LF (\n), and classic Mac OS (pre-OS X) used CR (\r). Mismatched line endings can cause issues with text editors, version control (git), shell scripts, and configuration files. This tool detects the current format and converts to your chosen target.

Private & free — this tool runs entirely in your browser.

Related Text Tools tools