Text Case Converter | Convert Text Between Common Case Styles
Last updated: June 2026 · Free · No sign-up required
Click a case button to convert your text.
Frequently Asked Questions
What is the difference between camelCase, snake_case, and kebab-case?
camelCase joins words without spaces and capitalizes each word except the first. snake_case joins words using underscores (_). kebab-case joins words using hyphens (-). These are commonly used in programming dialects.
Does this tool support unicode or accented characters?
Yes. Basic conversions like uppercase and lowercase support accented unicode characters (e.g. converting 'é' to 'É' or vice versa) natively.
Are my text inputs securely handled?
Completely. The conversion scripts run entirely client-side using JavaScript in your web browser. No data is sent to external servers, protecting your document contents.
Quick reference
| Case | Example |
|---|---|
| UPPERCASE | HELLO WORLD |
| lowercase | hello world |
| Title Case | Hello World |
| Sentence case | Hello world |
| camelCase | helloWorld |
| snake_case | hello_world |
| kebab-case | hello-world |
info Text Case Converter
Free text tools calculator — enter your numbers and get an instant, accurate result.
info Private by design
Everything runs locally in your browser. No uploads, no accounts, no tracking.
info Works everywhere
Fully responsive and mobile-friendly — calculate on any device, any time.
info Educational
Includes the formula and step-by-step explanation so you understand the math, not just the answer.
Interpretation guide
| Use case | Pick |
|---|---|
| Headlines (AP style) | Title Case |
| Body copy fix from caps-lock | Sentence case |
| JS/JSON identifiers | camelCase |
| Python variables / DB columns | snake_case |
| URLs / CSS classes | kebab-case |
lightbulb Worked example
Result: The calculator instantly applies the formula Tokenise on spaces/punctuation → apply per-style casing rules → rejoin with the style’s separator and returns the result with appropriate precision.
What this means: Read the result in the context of what you are measuring. The step-by-step breakdown lets you confirm the math and understand which input most affects the outcome.
Formula & methodology
Formula: Tokenise on spaces/punctuation → apply per-style casing rules → rejoin with the style’s separator
The Text Case Converter is built on a well-established calculation method. It uses the formula Tokenise on spaces/punctuation → apply per-style casing rules → rejoin with the style’s separator to turn your inputs into a reliable result. A free tool to convert text between UPPERCASE, lowercase, Title Case, Sentence case, camelCase, snake_case, and more. Paste your text and click a button. The steps are shown on the page so you can follow the reasoning from input to output.
- Paste text in any state — even ALL CAPS.
- Choose the target case; programmer cases (camel, snake, kebab) also swap separators.
- Copy the converted result.
Worked example: "annual REPORT draft" → Title Case "Annual Report Draft", camelCase "annualReportDraft", kebab-case "annual-report-draft" — one paste, every variant.
Frequently asked questions
Explore the full unit converter toolkit
Every CalcaTools converter — length, volume, weight, time and date, number notation, science and energy, plus file, text and colour utilities — each with instant results and worked explanations.
Length & distance
Volume, weight & capacity
Time & date
- Military Time Converter | Convert 24-hour and 12-hour time
- Time Zone Converter | Convert Between Major World Time Zones
- Timestamp Converter | Convert Unix Epoch to Readable Dates
- Time to Decimal | Convert Hours to Decimal for Payroll
- Months To Weeks Converter | Convert Months Into Weeks
- Years To Months Converter | Convert Between Years And Months
Numbers & notation
- Scientific Notation Calculator | To/from scientific notation
- Roman Numeral Converter | Convert between numbers and Roman numerals
- Fraction To Decimal Calculator | Handle repeating decimals
- Fraction To Percent Calculator | Convert Fractions To Percentages
- APR to APY Converter | Convert APR to APY by compounding