Line Ending Converter
Convert between LF, CRLF, and CR. See counts for each style. Fix Windows vs Unix line endings. 100% client-side.
Loading…
Use Line Ending Converter Online Free
This free online line ending converter runs in your browser. No installation, no signup. Paste your input above and get instant results. Works on desktop and mobile.
How Line Ending Converter Works
Paste or enter your input in the field above. Most tools update in real time. Click the Copy button to copy the output. All processing happens in your browser—your data never leaves your device unless the tool explicitly uses a server feature (such as URL shortening or bcrypt hashing).
This tool is part of the Windows Tools category. Check similar tools below. All everytools are free, no signup required. Works on desktop and mobile.
You might also like
Other Windows Tools Tools
Windows Path Converter
Convert between forward slashes and backslashes, normalize mixed paths, and optionally add long-path \\?\ prefix. UNC paths supported. Runs in your browser.
Windows Filename Sanitizer
Remove or replace invalid Windows filename characters (< > : \" / \ | ? * and control characters). Safe names for scripts and batch files.
Windows Registry File Formatter
Format and prettify .reg files. Handles UTF-16 LE pasted content. Indent values under keys. No upload — text stays in your browser.
Windows GUID Brace Formatter
Format UUIDs with registry-style braces: {XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX}. Uppercase, one per line. Client-side only.
Frequently Asked Questions
- What is CRLF vs LF?
- CRLF is two characters: carriage return + line feed (\r\n), common on Windows. LF (\n) is a single newline used on Linux and macOS. Old Mac OS used CR (\r) alone.
- Why does Git show \\r\\n warnings?
- Mixed line endings cause noisy diffs. Normalize to LF or CRLF for your project (e.g. .gitattributes) and use this tool to fix pasted files or snippets.
- Does this tool upload my text?
- No. Conversion happens locally in your browser.