Skip to main content
CheckTown

Converters

Online Converters

Convert data formats, text cases, colors, and more — fast and free.

61 converters available

All Converters

Color Converter

Design

Convert colors between HEX, RGB, HSL, and CMYK formats with a live preview.

Case Converter

Text

Convert text between camelCase, snake_case, kebab-case, PascalCase, and 5 more formats instantly.

URL Encoder/Decoder

Encoding

Encode and decode URLs and query parameters with auto-detection and component-level precision.

HTML Entity Encoder

HTML

Encode and decode HTML entities in named, numeric, or hex formats with a handy reference table.

Slug Generator

URLs

Convert any text into a clean, URL-friendly slug with customizable separator and case options.

Timestamp Converter

Time

Convert between Unix timestamps and human-readable dates with live clock and multiple output formats.

Number Base Converter

Math

Convert between binary, octal, decimal, and hexadecimal with support for custom bases 2-36.

Date Calculator

Date

Calculate differences between dates, add/subtract days, find weekdays, and more.

JSON / YAML Converter

Convert

Convert between JSON and YAML formats instantly with configurable indentation.

JSON to TypeScript

Convert

Convert JSON data to TypeScript interfaces or type aliases.

Byte Converter

Converter

Convert between bytes, KB, MB, GB, TB, and PB in decimal (SI) and binary (IEC) units.

Aspect Ratio Calculator

Math

Calculate aspect ratios, find missing dimensions, and preview common ratios.

Text to Binary

Converter

Convert text to binary, hexadecimal, octal, and ASCII decimal values — and decode back instantly.

Morse Code Translator

Converter

Translate text to Morse code and back. Listen with audio playback at adjustable speed.

Duplicate Line Remover

Text

Remove duplicate lines from text while preserving order. Case-sensitive or insensitive matching.

Line Sorter

Text

Sort lines alphabetically, numerically, or by length. Ascending, descending, and reverse options.

Text Reverser

Text

Reverse text by characters, words, or lines. Flip entire strings or individual word order.

XML to JSON Converter

Convert

Convert XML data to JSON format instantly with structure preservation and attribute handling.

YAML to JSON Converter

Convert

Convert YAML data to JSON format with support for anchors, aliases, and multi-document files.

Markdown to HTML

Convert

Convert Markdown text to clean HTML with GFM support, tables, and code highlighting.

HTML to Markdown

Convert

Convert HTML markup to clean Markdown text preserving links, images, and formatting.

Unit Converter

Converter

Convert between length, weight, temperature, volume, speed, and area units instantly.

Age Calculator

Calculator

Calculate exact age in years, months, and days from any birth date with upcoming birthday countdown.

BMI Calculator

Health

Calculate Body Mass Index with metric and imperial units, WHO category classification, and healthy weight range.

Tip Calculator

Calculator

Calculate tips and split bills between people with custom tip percentages and rounding options.

Scientific Calculator

Math

Full-featured scientific calculator with trigonometry, logarithms, constants, and expression history.

Discount Calculator

Converter

Calculate sale price, savings amount, and discount percentage instantly.

Roman Numeral Converter

Converter

Convert between Roman numerals and decimal numbers instantly.

Number to Words

Converter

Convert numbers into their written English word form.

Compound Interest Calculator

Converter

Calculate investment growth with compound interest over time.

Loan Calculator

Converter

Calculate monthly payments, total interest, and amortization schedules.

JSON to XML

Data

Convert JSON to pretty-printed XML with configurable root element name.

Text to Hex

Encoding

Convert text to hexadecimal and hex back to text with configurable delimiter and encoding.

CSV to Markdown

Data

Convert CSV data to a Markdown table with auto-aligned columns.

NATO Phonetic

Text

Convert text to NATO phonetic alphabet spelling for clear voice communication.

Time Zone Converter

Time

Convert date and time between any two time zones with DST awareness.

Salary Calculator

Finance

Convert salary between hourly, daily, weekly, monthly, and annual amounts.

Margin Calculator

Finance

Calculate profit margin, markup percentage, cost, and revenue from any two values.

VAT Calculator

Finance

Calculate VAT-inclusive and VAT-exclusive prices with configurable tax rate.

Punycode Converter

Converter

Convert internationalized domain names between Unicode and Punycode encoding.

TOML to JSON

Converter

Convert TOML to JSON and JSON to TOML bidirectionally with syntax validation.

HTML to Text

Converter

Strip HTML tags and decode entities to extract clean plain text.

TSV to CSV

Converter

Convert between tab-separated and comma-separated formats with proper quoting.

Image to ASCII Art

Converter

Convert images to ASCII or Unicode art with configurable width and character set.

Binary Calculator

Calculator

Perform arithmetic and bitwise operations in binary, octal, decimal, and hex.

HTML to JSX

Code

Convert HTML markup to JSX syntax for React components instantly.

JSON to SQL

Data

Convert JSON data to SQL INSERT statements for database import.

JSON to Python

Code

Convert JSON objects to Python dataclass or dictionary definitions.

JSON to Go

Code

Convert JSON objects to Go struct definitions with proper types and tags.

JSON to Java

Code

Convert JSON objects to Java class definitions with getters and setters.

JSON to Kotlin

Code

Convert JSON objects to Kotlin data class definitions.

JSON to Dart

Code

Convert JSON objects to Dart class definitions for Flutter apps.

JSON to C#

Code

Convert JSON objects to C# class definitions with properties.

JSON5 to JSON

Data

Convert JSON5 files with comments and trailing commas to strict JSON.

Color Name Finder

Design

Find the closest named color for any HEX, RGB, or HSL value.

Electricity Cost Calculator

Calculator

Calculate electricity cost from wattage, hours, and rate per kWh.

Fuel Cost Calculator

Calculator

Calculate trip fuel cost from distance, efficiency, and gas price.

GPA Calculator

Calculator

Calculate GPA from course grades and credit hours.

Text to ASCII Table

Converter

Convert tabular data to ASCII box-drawing tables.

Tailwind to CSS

Converter

Convert Tailwind CSS classes to vanilla CSS declarations.

HTML Table Generator

Generator

Build HTML tables visually with add/remove controls.

Convert Any Data Format in Seconds

Data rarely arrives in the format you need it in. Our converters handle the most common transformation tasks developers and analysts face — turning a JSON API response into a CSV spreadsheet, converting a YAML config to JSON for a library that doesn't support YAML, or switching between HEX and RGB color values while designing a UI.

What Can You Convert?

Our converter collection covers data formats (JSON ↔ CSV, JSON ↔ YAML, JSON ↔ XML), text transformations (camelCase, snake_case, kebab-case, PascalCase, UPPER CASE, and more), color formats (HEX, RGB, HSL, HSV, CMYK), and file sizes (bytes, KB, MB, GB, TB).

For image conversion, we support transforming between JPG, PNG, WebP, GIF, and SVG formats directly in the browser — no upload to external servers needed, no file size limits imposed by server-side processing.

Frequently Asked Questions

Related Guides

Color Converter: HEX, RGB, HSL — Convert Any Color Format

Color formats vary by tool and context. Learn the differences between HEX, RGB, HSL, and how to convert.

Read full guide

Case Converter: camelCase, snake_case, PascalCase and More

Different coding conventions use different case styles. Learn all the formats and convert between them instantly.

Read full guide

URL Encoding & Decoding: Make URLs Web-Safe Instantly

Special characters break URLs. Learn how percent-encoding works and when to encode or decode your strings.

Read full guide

HTML Entity Encoding: Prevent XSS and Display Special Characters

Unescaped HTML is a security risk. Learn how entity encoding protects your site and renders special characters.

Read full guide

Slug Generator: Create SEO-Friendly URLs From Any Text

Clean URL slugs improve SEO and readability. Learn what makes a good slug and how to generate them.

Read full guide

Unix Timestamp Converter: Human Dates ↔ Epoch Time

Unix timestamps are standard in programming but hard to read. Learn to convert between epoch and human dates.

Read full guide

Number Base Converter: Binary, Hex, Octal & Custom Bases

Learn how number base conversion works and convert between binary, decimal, hexadecimal, and any base instantly.

Read full guide

Date Calculator: Find Days Between Dates & Add/Subtract Days

Learn how date calculations work and find the difference between dates, add days, and determine weekdays instantly.

Read full guide

JSON to YAML Converter: Transform Data Formats Instantly

Learn how to convert between JSON and YAML formats, understand the differences, and transform data losslessly.

Read full guide

How to Convert JSON to TypeScript Interfaces

Generate TypeScript interfaces or type aliases from any JSON structure automatically.

Read full guide

Byte Converter: Convert Data Sizes Instantly

Convert between bytes, kilobytes, megabytes, gigabytes, and more. Understand the difference between decimal (SI) and binary (IEC) units.

Read full guide

Aspect Ratio Calculator: Find Perfect Dimensions

Calculate aspect ratios, find missing dimensions, and explore common presets for video, photography, and web design.

Read full guide

Text to Binary: How Character Encoding Really Works

Understand how text is converted to binary, hexadecimal, octal, and ASCII. A practical guide for developers and students.

Read full guide

Morse Code: History, How It Works & Translator Guide

Learn Morse code basics, the international alphabet, and how to translate text to dots and dashes with audio playback.

Read full guide

Duplicate Line Remover: Clean Up Text Data Instantly

Learn how to remove duplicate lines from text, logs, and data exports to get clean, unique content.

Read full guide

Line Sorter: Alphabetize and Organize Text Lines Instantly

Learn how to sort text lines alphabetically, numerically, or in reverse order for clean, organized data.

Read full guide

Text Reverser: Reverse Strings, Words, and Lines Online

Learn how to reverse text by characters, words, or lines for data processing, puzzles, and encoding tasks.

Read full guide

XML to JSON Converter: Transform XML Data Instantly

Learn how to convert XML documents to JSON format, understand the structure mapping, and handle attributes, arrays, and nested elements.

Read full guide

YAML to JSON Converter: Transform YAML Data Instantly

Learn how to convert YAML files to JSON format, understand the syntax differences, and handle common conversion scenarios.

Read full guide

Markdown to HTML Converter: Transform Markdown Instantly

Learn how to convert Markdown to clean HTML, understand the syntax mapping, and handle common formatting scenarios.

Read full guide

HTML to Markdown Converter: Transform HTML Content Instantly

Learn how to convert HTML to clean Markdown, preserve formatting, and handle tables, links, and nested elements.

Read full guide

Unit Converter: Length, Weight, Temperature & More

Convert between metric and imperial units instantly. Learn about unit categories, conversion formulas, and precision handling.

Read full guide

Age Calculator: Exact Age in Years, Months & Days

Calculate your exact age in years, months, days, and more. Discover your zodiac sign, birth weekday, and next birthday countdown.

Read full guide

BMI Calculator: Calculate Your Body Mass Index

Calculate your BMI instantly with metric or imperial units. Understand BMI categories, health implications, and limitations.

Read full guide

Tip Calculator: Calculate Tips & Split Bills Easily

Calculate tips instantly, split bills among friends, and learn tipping etiquette for different countries and situations.

Read full guide

Scientific Calculator: Trig, Log, Powers & More

Use our free online scientific calculator for trigonometry, logarithms, exponents, and more. Supports degrees/radians and expression history.

Read full guide

Discount Calculator: Compute Sale Prices and Percentage Savings

Calculate discounts quickly. Learn about stacking discounts, reverse calculations, and smart shopping math.

Read full guide

Roman Numeral Converter: Rules, Conversion, and Common Uses

Convert between Roman and Arabic numerals. Learn the rules, subtractive notation, and where Roman numerals are still used.

Read full guide

Number to Words: Converting Digits to Written Form in Multiple Languages

Convert numbers to words in English, French, Spanish, and more. Learn about language-specific rules and use cases.

Read full guide

Compound Interest Calculator: Understand How Your Money Grows

Learn the compound interest formula, compare compounding frequencies, and project investment growth over time.

Read full guide

Loan Calculator: Understand Amortization and Monthly Payments

Calculate loan payments, understand amortization schedules, and learn how interest affects total cost.

Read full guide

JSON to XML: Convert Data Formats Easily

Convert JSON to XML with proper formatting and configurable root elements.

Read full guide

Text to Hex Converter: Encode and Decode Hexadecimal

Convert text to hexadecimal representation and back with various encoding options.

Read full guide

CSV to Markdown Table: Format Data for Documentation

Convert CSV data into beautifully formatted Markdown tables for README files and docs.

Read full guide

NATO Phonetic Alphabet: Spell It Out Clearly

Convert text to NATO phonetic alphabet for clear voice communication over radio or phone.

Read full guide

Time Zone Converter: Convert Times Across the World

Convert date and time between any two time zones with automatic DST handling.

Read full guide

Salary Calculator: Convert Between Pay Periods

Convert salary between hourly, daily, weekly, monthly, and annual amounts instantly.

Read full guide

Margin Calculator: Profit Margin and Markup Made Easy

Calculate profit margin, markup percentage, cost, and revenue from any two values.

Read full guide

VAT Calculator: Add or Remove VAT Instantly

Calculate VAT-inclusive and VAT-exclusive prices with any tax rate.

Read full guide

Punycode Converter: Internationalized Domain Names

Convert between Unicode and Punycode for international domains.

Read full guide

TOML to JSON Converter: Bidirectional Format Conversion

Convert between TOML and JSON configuration formats.

Read full guide

HTML to Text: Extract Clean Text from HTML

Strip tags and entities to get clean plain text from HTML.

Read full guide

TSV to CSV Converter: Tab to Comma Conversion

Convert between tab-separated and comma-separated formats.

Read full guide

Image to ASCII Art: Convert Pictures to Text Art

Transform images into ASCII and Unicode character art.

Read full guide

Binary Calculator: Bitwise Operations Explained

Perform binary arithmetic and bitwise operations across number bases.

Read full guide

HTML to JSX: The Complete Conversion Guide for React

Learn why HTML needs conversion for React, what gets transformed, and common gotchas when migrating HTML to JSX.

Read full guide

JSON to SQL Converter: Generate INSERT Statements

Convert JSON arrays to SQL INSERT statements for MySQL, PostgreSQL, and SQLite with type detection.

Read full guide

How to Convert JSON to Python Classes

Generate Python dataclasses, TypedDicts, or dict literals from any JSON structure automatically.

Read full guide

How to Convert JSON to Go Structs

Generate idiomatic Go structs with json tags, type inference, and pointer types from JSON data.

Read full guide

How to Convert JSON to Java Classes

Generate Java POJOs, Lombok classes, or Java 14+ records from JSON data with Jackson annotations.

Read full guide

How to Convert JSON to Kotlin Data Classes

Generate Kotlin data classes with null safety, serialization annotations, and Android-ready patterns.

Read full guide

How to Convert JSON to Dart Model Classes

Generate Flutter-ready Dart classes with fromJson/toJson factories, null safety, and nested model support.

Read full guide

JSON to C#: Generate .NET Classes from API Responses

Generate strongly-typed C# classes and records from JSON with PascalCase naming and serialization attributes.

Read full guide

JSON5 to JSON Converter: Clean Up Config Files Easily

JSON5 adds comments, trailing commas, and more to JSON. Learn where it is used and how to convert it to standard JSON.

Read full guide

Color Name Finder: Match Any Color to Its Closest Name

Finding the right color name improves design communication. Learn how color matching works and explore CSS named colors.

Read full guide

Electricity Cost Calculator: Estimate Your Energy Bill

Calculate how much any appliance costs to run. Enter wattage, usage hours, and your rate to see daily and monthly costs.

Read full guide

Fuel Cost Calculator: Estimate Trip Gas Expenses

Calculate fuel costs for any trip. Enter distance, fuel efficiency, and gas price to get a total cost estimate.

Read full guide

GPA Calculator: How to Compute Your Grade Point Average

Learn how GPA is calculated, understand weighted vs unweighted averages, and project your academic standing.

Read full guide

Text to ASCII Table: Generate Plain-Text Tables from Data

Convert delimited data into formatted ASCII tables for terminals, code comments, and plain-text documents.

Read full guide

Tailwind to CSS: Convert Utility Classes to Standard CSS

Convert Tailwind utility classes to vanilla CSS. See what each class does and learn when to use plain CSS.

Read full guide

HTML Table Generator: Build Accessible Tables Visually

Generate semantic HTML tables with a visual editor. Configure rows, columns, headers, and export clean markup.

Read full guide