Case Converter

Convert text between different letter cases instantly

Input Text
Enter the text you want to convert

38 characters

Case Type Explanations

camelCase:

Used in JavaScript, Java. Example: myVariableName

PascalCase:

Used for class names. Example: MyClassName

snake_case:

Used in Python, Ruby. Example: my_variable_name

kebab-case:

Used in URLs, CSS. Example: my-variable-name

CONSTANT_CASE:

Used for constants. Example: MY_CONSTANT_VALUE

Title Case:

Used in headings. Example: My Title Here

Quick Examples
Use Cases
  • • Converting variable names between languages
  • • Formatting database column names
  • • Creating URL-friendly slugs
  • • Standardizing code conventions
  • • Formatting titles and headings
  • • Converting API response formats
  • • Text styling and formatting
  • • Data transformation
Programming Conventions
JavaScript:camelCase
Python:snake_case
Java/C#:PascalCase
CSS/URLs:kebab-case
Constants:CONSTANT_CASE
Features
  • • 11 different case conversions
  • • Instant conversion of all cases
  • • Individual copy buttons
  • • Download all conversions
  • • Handles special characters
  • • Preserves numbers
  • • Quick example buttons
  • • Clean, organized output
Tips
  • • Use camelCase for JavaScript variables
  • • Use PascalCase for class names
  • • Use snake_case for Python
  • • Use kebab-case for URLs and CSS classes
  • • Use CONSTANT_CASE for fixed values
  • • Title Case for headings and titles