Target
Input
Output
Frequently Asked Questions
How do I use Line Break Converter?
Step 2 — pick the target line-ending style in the toolbar: LF (\n) is the Unix / macOS / Linux standard, CRLF (\r\n) is used by Windows and the HTTP protocol, CR (\r) is the legacy Mac OS 9 style, and "Remove line breaks" replaces every newline with a space. Step 3 — the right panel shows the converted result in real…
What can Line Break Converter do?
Typical scenarios: Convert scripts edited on Windows to LF before uploading to a Linux server, avoiding bad interpreter errors; format Windows log files when viewed on Linux or inside a Docker container; handle legacy files in a Git…
Is my data private when I use Line Break Converter?
Privacy: Line-ending conversion happens entirely in your browser and the text is never uploaded, so it is safe to use with internal scripts, logs or sensitive configuration files. Privacy: Line-ending conversion happens entirely in your browser and the text is never uploaded, so it is safe to use with internal…
What technical details should I know about Line Break Converter?
The tool normalises both \r\n and lone \r to \n and then converts to the target style. The BOM header ( 0xEF 0xBB 0xBF ) is not touched; use another tool if you need to remove it.