Case Converter
Convert your text to any case format instantly — uppercase, lowercase, title case, sentence case, camelCase, snake_case, and more.
UPPERCASE
When to use each case format
Uppercase is useful for headings, acronyms, and emphasis. Title case is standard for book titles, headlines, and proper nouns. Sentence case is recommended for most body text and UI labels. camelCase and PascalCase are used in programming for variable and class names. snake_case is common in Python and database field names. kebab-case is used in URLs, CSS class names, and file names.