Text Utilities

Text Case Converter

Convert between UPPER, lower, Title, camelCase, snake_case and more — instantly

텍스트 유틸리티

텍스트 케이스 변환기

대문자, 소문자, 제목 형식, camelCase, snake_case 등 즉시 변환

Input

입력

0 characters 0 words단어

Convert to

변환 형식

Output출력

How to use

Step 1

Paste your text

Type or paste any text into the input box. The character and word count updates live as you type.

Step 2

Pick a format

Click any conversion button — UPPERCASE, camelCase, snake_case, and 7 more. The active format is highlighted.

Step 3

Review the output

The converted text appears instantly in the output panel. Switch formats anytime without re-pasting.

Step 4

Copy or swap

Hit Copy to copy the result to your clipboard, or Swap to move the output back into the input for chaining conversions.

사용법

1단계

텍스트 붙여넣기

입력창에 텍스트를 입력하거나 붙여넣으세요. 글자 수와 단어 수가 실시간으로 업데이트됩니다.

2단계

형식 선택

변환 버튼을 클릭하세요 — UPPERCASE, camelCase, snake_case 등 10가지를 지원합니다. 활성 형식은 강조 표시됩니다.

3단계

출력 확인

변환된 텍스트가 출력창에 즉시 나타납니다. 다시 붙여넣지 않아도 형식을 자유롭게 바꿀 수 있습니다.

4단계

복사 또는 교체

복사 버튼으로 클립보드에 복사하거나, 교체 버튼으로 출력 결과를 입력창으로 옮겨 추가 변환을 이어갈 수 있습니다.

Frequently Asked Questions

camelCase is a naming convention where the first word is all lowercase and each subsequent word starts with a capital letter, with no spaces or punctuation — e.g. myVariableName. It is widely used in JavaScript, Java, and many other programming languages for variable and function names.
snake_case separates words with underscores and keeps all letters lowercase — e.g. my_variable_name. It is the conventional style for Python variables and functions, Ruby methods, and SQL column names, as well as file names in many projects.
Title Case capitalizes the first letter of every word — e.g. The Quick Brown Fox. Sentence case only capitalizes the very first letter of each sentence (after a period or at the start of the text) — e.g. The quick brown fox. Title Case is common for headings; Sentence case follows normal prose rules.
Yes. The converter intelligently splits on spaces, underscores, hyphens, and camelCase boundaries, so you can paste an existing variable like myVariableName or my_variable_name and convert it to any other format in one click.
No. All conversion logic runs entirely in your browser using JavaScript. Your text never leaves your device — no network requests are made, no data is stored or logged anywhere.

자주 묻는 질문

camelCase는 첫 단어를 소문자로 쓰고, 이후 각 단어의 첫 글자를 대문자로 쓰는 명명 규칙입니다. 공백이나 구분 기호 없이 myVariableName처럼 표기합니다. JavaScript, Java 등 많은 프로그래밍 언어에서 변수명과 함수명에 사용됩니다.
snake_case는 단어 사이를 언더스코어(_)로 구분하고 모든 글자를 소문자로 씁니다 — 예: my_variable_name. Python 변수·함수, Ruby 메서드, SQL 컬럼명 및 파일명에 관례적으로 사용됩니다.
Title Case는 모든 단어의 첫 글자를 대문자로 씁니다 — 예: The Quick Brown Fox. Sentence case는 문장의 첫 번째 글자만 대문자로 씁니다 — 예: The quick brown fox. Title Case는 제목에, Sentence case는 일반 문장에 사용됩니다.
네. 변환기는 공백, 언더스코어, 하이픈, camelCase 경계를 자동으로 인식하여 분리합니다. myVariableName이나 my_variable_name을 붙여넣고 원하는 형식으로 한 번에 변환할 수 있습니다.
아니요. 모든 변환 로직은 브라우저 내 JavaScript로 실행됩니다. 텍스트는 절대 기기 밖으로 나가지 않으며, 네트워크 요청도 발생하지 않고 데이터가 저장되거나 기록되지 않습니다.