Case 변환기
「Case 변환기」는 텍스트 및 문서 작업을 위한 브라우저 도구입니다. 입력과 결과는 일반적으로 이 기기에서 처리되며 가입이 필요하지 않습니다.
사용 방법
사용 방법
- Paste up to 100,000 characters.
- Choose lowercase, uppercase, title, sentence, or toggle case.
- Review the result, then copy it or download a TXT file.
Five explicit conversion modes
Lowercase and uppercase use the browser’s default Unicode mappings. Toggle case switches each caseable character independently. Title Case treats runs of Unicode letters, numbers, and combining marks as words, so punctuation and whitespace remain separators. Sentence Case lowercases the text, then uppercases the first cased character at the start and after sentence punctuation.
Structure and Unicode boundaries
Spaces, tabs, line breaks, punctuation, numbers, symbols, and emoji stay in their original positions. Unicode case mappings can expand a character, such as ß becoming SS in uppercase, so output length can exceed input length. The tool accepts up to 100,000 UTF-16 characters and does not preserve all-caps abbreviations or apply language-specific editorial rules.
자주 묻는 질문
더 알아보기
Does title case preserve acronyms?
No. Title Case applies the documented word rule and does not infer or preserve abbreviations such as API or NASA.
What counts as a word?
A word is a run of Unicode letters, numbers, or combining marks. Punctuation, symbols, and whitespace stay between words and are not moved.
Can Unicode case conversion change length?
Yes. Default Unicode mappings can expand or contract text, so the output is limited by the 100,000-character input boundary rather than a fixed character-for-character size.