Pular para o conteúdo

↵ Conversão de código de quebra de linha e codificação

Converta quebras de linha (LF / CRLF / CR), BOM, codificação de caracteres (UTF-8 / Shift-JIS / EUC-JP), indentação (abas ↔ espaços), espaços em branco finais e linhas em branco duplicadas tudo de uma vez.

100% Free No signup Browser-only 5 languages Dark mode

🔒 Sobre Privacidade

📂 Arraste e solte o arquivo ou clique para selecionar (opcional)

📖 Como usar

  1. 1
    Provide text or file
    Paste into the textarea or drop a file onto the dropzone.
  2. 2
    Choose options
    Pick line endings, BOM, encoding, indentation, trailing whitespace, and blank line collapse — all in one pass.
  3. 3
    Convert, then copy or save
    Copy the result to your clipboard or download it as a file.

❓ Perguntas frequentes

Why does Shift-JIS output sometimes fail?
The browser TextEncoder API natively encodes only UTF-8. We use a built-in mapping for Shift-JIS / EUC-JP output, but characters not in those tables (like emoji) are replaced with ?.
What is BOM? Should I add it?
BOM (Byte Order Mark) is a 3-byte signature (EF BB BF) at the file start that identifies UTF-8. Required for opening CSV in Excel, but typically omitted for Web (HTML/JS) and Linux tools.
Is the file uploaded?
No. We use FileReader API entirely in your browser — read, convert, and download all happen locally. You can verify in the Network tab.

🔗 Ferramentas relacionadas

🐛 Você encontrou um problema com esta ferramenta?

Completamente gratuito e sem registro. Até as etapas de reprodução são suficientes. Os relatos recebidos chegam diretamente aos operadores e servem como referência para correções.

※ Para reproduzir problemas, informações do navegador (UA / tamanho de tela / idioma / URL) são enviadas automaticamente