Case Converter
Convert text to uppercase, lowercase, title case, camelCase, snake_case, or kebab-case instantly.
How to use this tool
- 1Type or paste your text into the top textarea.
- 2Click one of the six format buttons: UPPERCASE, lowercase, Title Case, camelCase, snake_case, or kebab-case.
- 3The converted result appears in the output textarea below.
- 4Click the Copy button in the top-right corner of the output to copy to clipboard.
About Case Converter
Accidentally typed a paragraph with Caps Lock on? Need to rename a batch of variables from camelCase to snake_case? This Case Converter handles six distinct casing formats in one click: UPPERCASE, lowercase, Title Case (every word capitalised), camelCase (first word lowercase, subsequent words capitalised, no spaces), snake_case (all lowercase joined by underscores), and kebab-case (all lowercase joined by hyphens). The conversion is applied to the entire input at once — paste a full function name, a heading, or a block of copy and switch formats instantly. Non-alphabetic characters like numbers, punctuation, and symbols are preserved exactly as entered. Developers use it most for normalising variable names and API keys; writers use it to fix accidental caps lock or format article titles consistently. The result appears in a second textarea so you can compare before copying.