Text / Files
Line Endings.
Git on Windows silently flipping line endings is a rite of passage. Paste text (or the contents of a file) and convert between CRLF, LF, and CR with live counts.
Why three line endings exist
LF (\n) is Unix and modern macOS. CRLF (\r\n) is Windows. CR alone is pre-OSX Mac. Modern editors usually normalize on save; this tool shows what you actually have before you commit.