Case Converter
Convert text to UPPER, lower, Title, camelCase, snake_case and more in real time.
How to use
- Enter the text you want to convert into the textarea above
- Choose a conversion button (UPPER CASE / lower case / Title Case / camelCase, etc.)
- The result appears in the output field in real time
- Select the output text to copy it
Your data is processed entirely inside your browser and never sent to a server.
Example
Input:
hello world example
- UPPER CASE:
HELLO WORLD EXAMPLE - Title Case:
Hello World Example - camelCase:
helloWorldExample - snake_case:
hello_world_example - kebab-case:
hello-world-example
FAQ
How are word boundaries detected for camelCase and snake_case?
In addition to spaces, hyphens and underscores, a lowercase-to-uppercase transition (e.g. helloWorld) is also treated as a word boundary.
Does it work with non-Latin text?
Scripts without letter casing are left unchanged; only alphanumeric parts are converted.
Is my data stored anywhere?
No. Everything runs in your browser and disappears when you reload the page.
Category:Text
Tags:textcasewritingconverter
Tools to use next
- Count characters, words and lines in real time. Perfect for social posts and manuscripts.
- Generate a QR code image from text or a URL and download it as a PNG.
- Convert length, weight, and volume units between metric and imperial systems.