Free Online Text Case Converter
Convert text between different case formats with HubKit's case converter. Transform text to UPPERCASE, lowercase, Title Case, camelCase, PascalCase, snake_case, kebab-case, and more. Perfect for formatting variable names, titles, headings, and code identifiers.
How to Use
Paste your text into the input field. Click any case format button to convert your text instantly. Copy the result to use in your code, documents, or designs.
Features
- UPPERCASE, lowercase, and Title Case conversion
- camelCase and PascalCase for programming
- snake_case and kebab-case for identifiers
- Sentence case and CONSTANT_CASE options
Frequently Asked Questions
What is the difference between camelCase and PascalCase?
camelCase starts with a lowercase letter (myVariableName) and is used for variables and functions. PascalCase starts with an uppercase letter (MyClassName) and is used for class names and components.
When should I use snake_case vs kebab-case?
snake_case (my_variable) is standard in Python, Ruby, and database columns. kebab-case (my-variable) is used in CSS class names, URL slugs, and file names.
Does the tool handle special characters?
Yes. The converter intelligently handles spaces, hyphens, underscores, and existing casing when converting between formats.