Text Case Converter

8 case formats · Instant · Free

Input Text

0 characters

Output

Text Case Formats Explained

UPPERCASE
All letters capitalized. Used in headings, abbreviations, and emphasis.
lowercase
All letters in lower case. Common in CSS class names, log messages.
Title Case
First letter of each major word capitalized. Used in headings and titles.
Sentence case
Only the first letter of each sentence capitalized. Standard prose writing.
camelCase
First word lowercase, subsequent words capitalized with no spaces. Used in JavaScript variables.
PascalCase
Every word capitalized with no spaces. Used in class names and components.
snake_case
All lowercase with words separated by underscores. Used in Python, database columns.
kebab-case
All lowercase with words separated by hyphens. Used in CSS, HTML attributes, URLs.