WKIT

Case Converter

Convert text between camelCase, snake_case, PascalCase, kebab-case, and more.

Input Text
Convert To

Case Styles Reference

camelCase

First word lowercase, subsequent words capitalized. Common in JavaScript.

PascalCase

Every word capitalized. Used for class names in most languages.

snake_case

Words separated by underscores. Common in Python and databases.

kebab-case

Words separated by hyphens. Used in URLs and CSS class names.

CONSTANT_CASE

Uppercase with underscores. Used for constants in many languages.

dot.case

Words separated by dots. Used in package names and configurations.

Frequently Asked Questions

What is camelCase?

camelCase is a naming convention where words are joined without spaces, with each word after the first starting with a capital letter. Example: myVariableName

What is snake_case?

snake_case is a naming convention where words are separated by underscores and all letters are lowercase. Example: my_variable_name

When should I use each case style?

camelCase is common in JavaScript/TypeScript. snake_case is used in Python and databases. PascalCase is for classes in many languages. kebab-case is used in URLs and CSS.

Is this case converter free?

Yes, WKIT Case Converter is completely free. No signup required, no hidden fees.