Timestamp Converter
Convert between Unix timestamps and dates.
Convert text between camelCase, PascalCase, snake_case, kebab-case, and more. See all conversions at once.
Input Text
Start typing to see all case conversions
Case conversion transforms text between different naming conventions used in programming. Each convention has specific rules for word separation and capitalization, and different languages and contexts favor different styles.
camelCase: first word lowercase, subsequent words capitalized (JavaScript variables). PascalCase: all words capitalized (class names). snake_case: lowercase with underscores (Python, Ruby). kebab-case: lowercase with hyphens (CSS, URLs). CONSTANT_CASE: uppercase with underscores (constants).
Use camelCase for JavaScript/TypeScript variables and functions. Use snake_case for Python, Ruby, and database columns. Use PascalCase for class names and React components. Follow the conventions of your language and team.
The converter detects boundaries at spaces, hyphens, underscores, and transitions between lowercase and uppercase letters (camelCase splits). This means "myVariableName" correctly splits into ["my", "Variable", "Name"].
Yes. The converter handles Unicode letters including accented characters (é, ñ, ü). However, some edge cases with locale-specific casing (e.g. Turkish İ/i) may not be handled in all conversions.
dot.case (lowercase with dots) is used in Java package names, configuration keys (e.g. spring.datasource.url), and some file naming conventions.
Free Text Case Converter — camelCase, snake_case, kebab-case & More is completely free and runs in your browser.
No. Free Text Case Converter — camelCase, snake_case, kebab-case & More processes input directly in your browser.
No account is required to use Free Text Case Converter — camelCase, snake_case, kebab-case & More.
Privacy-first by design
Tool inputs are processed in your browser. Review the Privacy Policy and Terms for full details.
Convert between Unix timestamps and dates.
Convert JSON arrays into downloadable CSV format.
Convert CSV data to JSON format instantly.
Convert between YAML and JSON without leaving the browser.