Case Converter
Convert text between camel, snake, kebab, title, and more.
converters & formatters · client-side · works offline
Convert text between camel, snake, kebab, title, and more.
converters & formatters · client-side · works offline
Paste any text - a variable name, a sentence, a column header - and this case converter shows all eight common forms at once: camelCase, PascalCase, snake_case, kebab-case, CONSTANT_CASE, Title Case, Sentence case, and UPPERCASE/lowercase. Copy any variant in one click.
The converter handles multi-word input, punctuation, numbers, and mixed notation - including camelCase input that it splits back into words correctly. It's useful for renaming variables across conventions, transforming spreadsheet headers to JSON keys, or converting database column names to TypeScript identifiers. Everything runs in your browser with no upload and no signup, and it works offline after loading.
built by algocrew
Web, mobile, cloud, and AI products — shipped by the studio that maintains these tools. If Vibecode saved you time today, imagine what a dedicated team does for your roadmap.
camelCase
helloWorldExample
PascalCase
HelloWorldExample
snake_case
hello_world_example
kebab-case
hello-world-example
CONSTANT_CASE
HELLO_WORLD_EXAMPLE
Title Case
Hello World Example
Sentence case
Hello world example
lowercase
hello world example
UPPERCASE
HELLO WORLD EXAMPLE