Universal Converter Logo

Online Converter

Case Converter

Convert text between different naming conventions and case styles. Perfect for developers working with different coding standards.

Select Case Types to Display

6 of 12 case types selected
infoEnter any text and see it converted to selected case styles below
🐫

camelCase

First word lowercase, rest capitalized

helloWorldExample
🎯

PascalCase

All words capitalized, no separators

HelloWorldExample
🐍

snake_case

Lowercase words separated by underscores

hello_world_example
🔊

SCREAMING_SNAKE_CASE

Uppercase words separated by underscores

HELLO_WORLD_EXAMPLE
🍢

kebab-case

Lowercase words separated by hyphens

hello-world-example
📢

SCREAMING-KEBAB-CASE

Uppercase words separated by hyphens

HELLO-WORLD-EXAMPLE

About Case Conventions

Programming Languages

  • camelCase: JavaScript, Java, TypeScript
  • PascalCase: C#, Classes in many languages
  • snake_case: Python, Ruby, Rust
  • kebab-case: CSS, HTML attributes, URLs

Common Use Cases

  • SCREAMING_SNAKE: Constants, environment variables
  • dot.case: Object paths, configuration keys
  • path/case: File paths, URL routes
  • Title Case: Headings, human-readable text
lightbulb

Pro Tips

  • Select only the case types you need using the checkboxes above
  • The converter intelligently handles mixed formats as input
  • Hover over any output to reveal the copy button
  • All conversions happen instantly as you type
  • Works great for renaming variables, files, and API endpoints