Case Converter
Type or paste text and see it converted to every common naming convention instantly.
Related Tools
Look up ASCII and Unicode code points. See decimal, hex, octal, binary, and HTML entities for any character.
Convert dates between ISO 8601, RFC 2822, SQL, Unix timestamps, and custom format strings with timezone support.
Convert between JSON and YAML instantly.
How to Convert Between camelCase, snake_case, and kebab-case
Identifier style is a constant translation problem between JavaScript, Python, HTTP headers, and CSS. This case converter rewrites text between camelCase, PascalCase, snake_case, kebab-case, and more without sending the string to a server.
Paste a single identifier or a block of names. Pair it with the string escape tool when you also need JSON or URL encoding.
Tips
- snake_case is the usual Python and SQL convention; camelCase is typical in JavaScript.
- kebab-case is what you want for CSS classes and URL slugs.
- Acronyms can split awkwardly — review output when converting HTTPStatusCode-style names.