大文字小文字変換
オンラインで無料でテキストの大文字小文字を変換。大文字、小文字、タイトルケース、文ケース。
Frequently Asked Questions
How do I change text to ALL CAPS?
Paste your text into our Case Converter and click UPPERCASE. All letters instantly become capital letters. Useful for headings, acronyms, and emphasis.
What is Title Case vs Sentence case?
Title Case Capitalizes The First Letter Of Every Major Word (like a book title). Sentence case only capitalizes the first letter of each sentence. Title case is for headings; sentence case is for body text.
How do I convert text for programming?
Use camelCase for JavaScript (myVariableName). Use snake_case for Python (my_variable_name). Use kebab-case for CSS and URLs (my-variable-name). Our converter handles all these.