Convert text to UPPERCASE, lowercase, Title Case, Sentence case, and more. Instant transformation — just type or paste.
FixPilot Case Converter transforms your text between 12 different cases instantly. Convert accidental caps lock text to sentence case, format headings in Title Case, or transform variable names between camelCase, snake_case, and kebab-case for coding. All processing happens in your browser — your text stays private.
Title Case follows standard title capitalization rules — it lowercases small words like "a", "the", "and", "or", "in", etc. Capitalize Each Word simply capitalizes the first letter of every single word regardless of its role.
These are naming conventions used in programming. snake_case uses underscores between words (all lowercase). kebab-case uses hyphens. camelCase joins words with the first letter of each subsequent word capitalized. PascalCase is like camelCase but the first letter is also capitalized.