Handiwork
  • Home
  • Tools
  • Guides
  • Categories
  • About
Browse Tools
Handiwork
  • Home
  • Tools
  • Guides
  • Categories
  • About
Browse Tools

Popular tools

  • GPA & CGPA Calculator
  • Bill Splitter
  • Age Calculator
  • QR Code Generator
  • Keyboard Tester
  • Passphrase Generator

Categories

  • Text
  • Image
  • Design & Color
  • PDF & Documents
  • Developer
  • Security
  • Calculators
  • Converters & Encoders
  • Productivity
  • Random & Decision

Resources

  • All Tools
  • Guides
  • Editorial Standards
  • Changelog
  • About
  • Contact

Legal

  • Privacy Policy
  • Terms of Use
Browse all tools>
English

© 2026 Handiwork. Built and maintained by Handiwork.

All toolsAll text tools

Text tool

Case Converter

Convert text to uppercase, camelCase, snake_case, and more.

Input text

UPPERCASE

—

lowercase

—

Title Case

—

Sentence case

—

camelCase

—

PascalCase

—

snake_case

—

kebab-case

—

CONSTANT_CASE

—

About the Handiwork Case Converter

The Case Converter transforms your text between common letter cases — UPPERCASE, lowercase, Title Case, Sentence case, camelCase, snake_case, and kebab-case — in a single click. It is handy for writers fixing capitalization and for developers renaming variables, slugs, and database columns.

How to use the Handiwork Case Converter

  1. Paste the text you want to reformat.
  2. Pick the target case (for example Title Case or snake_case).
  3. Copy the converted result and use it anywhere.

Programming cases explained

camelCase joins words with capitalized inner words (myVariableName) and is common in JavaScript and Java. snake_case uses underscores (my_variable_name) and is typical in Python and SQL. kebab-case uses hyphens (my-variable-name) and is the standard for URLs and CSS class names. Converting between them by hand is tedious — this tool does it instantly.

Title Case vs. Sentence case

Title Case capitalizes the first letter of each major word and suits headlines and titles. Sentence case capitalizes only the first word (and proper nouns), which is the right choice for body copy, UI labels, and most modern style guides.

Frequently asked questions

What is the difference between camelCase and snake_case?

+

camelCase removes spaces and capitalizes each word after the first (helloWorld), while snake_case replaces spaces with underscores and lowercases everything (hello_world).

Can I convert text to a slug for URLs?

+

Yes — kebab-case lowercases your text and joins words with hyphens, which is exactly the format used for clean, SEO-friendly URLs.

Method and guidance documented by Handiwork.

How we review tools

Related text tools

All text tools
  • Lorem Ipsum GeneratorGenerate Lorem Ipsum by paragraph, sentence, or exact word count, then copy and paste the placeholder text.
  • Reading Time EstimatorEstimate reading and speaking time from word count, with character stats.
  • Text CleanerStrip extra spaces, tabs, blank lines, and line breaks from messy text with one click.
  • Word CounterCount words, characters, and sentences in any text instantly.