Converters
Online Converters
Convert data formats, text cases, colors, and more — fast and free.
61 converters available
All Converters
Color Converter
DesignConvert colors between HEX, RGB, HSL, and CMYK formats with a live preview.
Case Converter
TextConvert text between camelCase, snake_case, kebab-case, PascalCase, and 5 more formats instantly.
URL Encoder/Decoder
EncodingEncode and decode URLs and query parameters with auto-detection and component-level precision.
HTML Entity Encoder
HTMLEncode and decode HTML entities in named, numeric, or hex formats with a handy reference table.
Slug Generator
URLsConvert any text into a clean, URL-friendly slug with customizable separator and case options.
Timestamp Converter
TimeConvert between Unix timestamps and human-readable dates with live clock and multiple output formats.
Number Base Converter
MathConvert between binary, octal, decimal, and hexadecimal with support for custom bases 2-36.
Date Calculator
DateCalculate differences between dates, add/subtract days, find weekdays, and more.
JSON / YAML Converter
ConvertConvert between JSON and YAML formats instantly with configurable indentation.
JSON to TypeScript
ConvertConvert JSON data to TypeScript interfaces or type aliases.
Byte Converter
ConverterConvert between bytes, KB, MB, GB, TB, and PB in decimal (SI) and binary (IEC) units.
Aspect Ratio Calculator
MathCalculate aspect ratios, find missing dimensions, and preview common ratios.
Text to Binary
ConverterConvert text to binary, hexadecimal, octal, and ASCII decimal values — and decode back instantly.
Morse Code Translator
ConverterTranslate text to Morse code and back. Listen with audio playback at adjustable speed.
Duplicate Line Remover
TextRemove duplicate lines from text while preserving order. Case-sensitive or insensitive matching.
Line Sorter
TextSort lines alphabetically, numerically, or by length. Ascending, descending, and reverse options.
Text Reverser
TextReverse text by characters, words, or lines. Flip entire strings or individual word order.
XML to JSON Converter
ConvertConvert XML data to JSON format instantly with structure preservation and attribute handling.
YAML to JSON Converter
ConvertConvert YAML data to JSON format with support for anchors, aliases, and multi-document files.
Markdown to HTML
ConvertConvert Markdown text to clean HTML with GFM support, tables, and code highlighting.
HTML to Markdown
ConvertConvert HTML markup to clean Markdown text preserving links, images, and formatting.
Unit Converter
ConverterConvert between length, weight, temperature, volume, speed, and area units instantly.
Age Calculator
CalculatorCalculate exact age in years, months, and days from any birth date with upcoming birthday countdown.
BMI Calculator
HealthCalculate Body Mass Index with metric and imperial units, WHO category classification, and healthy weight range.
Tip Calculator
CalculatorCalculate tips and split bills between people with custom tip percentages and rounding options.
Scientific Calculator
MathFull-featured scientific calculator with trigonometry, logarithms, constants, and expression history.
Discount Calculator
ConverterCalculate sale price, savings amount, and discount percentage instantly.
Roman Numeral Converter
ConverterConvert between Roman numerals and decimal numbers instantly.
Number to Words
ConverterConvert numbers into their written English word form.
Compound Interest Calculator
ConverterCalculate investment growth with compound interest over time.
Loan Calculator
ConverterCalculate monthly payments, total interest, and amortization schedules.
JSON to XML
DataConvert JSON to pretty-printed XML with configurable root element name.
Text to Hex
EncodingConvert text to hexadecimal and hex back to text with configurable delimiter and encoding.
CSV to Markdown
DataConvert CSV data to a Markdown table with auto-aligned columns.
NATO Phonetic
TextConvert text to NATO phonetic alphabet spelling for clear voice communication.
Time Zone Converter
TimeConvert date and time between any two time zones with DST awareness.
Salary Calculator
FinanceConvert salary between hourly, daily, weekly, monthly, and annual amounts.
Margin Calculator
FinanceCalculate profit margin, markup percentage, cost, and revenue from any two values.
VAT Calculator
FinanceCalculate VAT-inclusive and VAT-exclusive prices with configurable tax rate.
Punycode Converter
ConverterConvert internationalized domain names between Unicode and Punycode encoding.
TOML to JSON
ConverterConvert TOML to JSON and JSON to TOML bidirectionally with syntax validation.
HTML to Text
ConverterStrip HTML tags and decode entities to extract clean plain text.
TSV to CSV
ConverterConvert between tab-separated and comma-separated formats with proper quoting.
Image to ASCII Art
ConverterConvert images to ASCII or Unicode art with configurable width and character set.
Binary Calculator
CalculatorPerform arithmetic and bitwise operations in binary, octal, decimal, and hex.
HTML to JSX
CodeConvert HTML markup to JSX syntax for React components instantly.
JSON to SQL
DataConvert JSON data to SQL INSERT statements for database import.
JSON to Python
CodeConvert JSON objects to Python dataclass or dictionary definitions.
JSON to Go
CodeConvert JSON objects to Go struct definitions with proper types and tags.
JSON to Java
CodeConvert JSON objects to Java class definitions with getters and setters.
JSON to Kotlin
CodeConvert JSON objects to Kotlin data class definitions.
JSON to Dart
CodeConvert JSON objects to Dart class definitions for Flutter apps.
JSON to C#
CodeConvert JSON objects to C# class definitions with properties.
JSON5 to JSON
DataConvert JSON5 files with comments and trailing commas to strict JSON.
Color Name Finder
DesignFind the closest named color for any HEX, RGB, or HSL value.
Electricity Cost Calculator
CalculatorCalculate electricity cost from wattage, hours, and rate per kWh.
Fuel Cost Calculator
CalculatorCalculate trip fuel cost from distance, efficiency, and gas price.
GPA Calculator
CalculatorCalculate GPA from course grades and credit hours.
Text to ASCII Table
ConverterConvert tabular data to ASCII box-drawing tables.
Tailwind to CSS
ConverterConvert Tailwind CSS classes to vanilla CSS declarations.
HTML Table Generator
GeneratorBuild 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.
Case Converter: camelCase, snake_case, PascalCase and More
Different coding conventions use different case styles. Learn all the formats and convert between them instantly.
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.
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.
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.
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.
Number Base Converter: Binary, Hex, Octal & Custom Bases
Learn how number base conversion works and convert between binary, decimal, hexadecimal, and any base instantly.
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.
JSON to YAML Converter: Transform Data Formats Instantly
Learn how to convert between JSON and YAML formats, understand the differences, and transform data losslessly.
How to Convert JSON to TypeScript Interfaces
Generate TypeScript interfaces or type aliases from any JSON structure automatically.
Byte Converter: Convert Data Sizes Instantly
Convert between bytes, kilobytes, megabytes, gigabytes, and more. Understand the difference between decimal (SI) and binary (IEC) units.
Aspect Ratio Calculator: Find Perfect Dimensions
Calculate aspect ratios, find missing dimensions, and explore common presets for video, photography, and web design.
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.
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.
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.
Line Sorter: Alphabetize and Organize Text Lines Instantly
Learn how to sort text lines alphabetically, numerically, or in reverse order for clean, organized data.
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.
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.
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.
Markdown to HTML Converter: Transform Markdown Instantly
Learn how to convert Markdown to clean HTML, understand the syntax mapping, and handle common formatting scenarios.
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.
Unit Converter: Length, Weight, Temperature & More
Convert between metric and imperial units instantly. Learn about unit categories, conversion formulas, and precision handling.
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.
BMI Calculator: Calculate Your Body Mass Index
Calculate your BMI instantly with metric or imperial units. Understand BMI categories, health implications, and limitations.
Tip Calculator: Calculate Tips & Split Bills Easily
Calculate tips instantly, split bills among friends, and learn tipping etiquette for different countries and situations.
Scientific Calculator: Trig, Log, Powers & More
Use our free online scientific calculator for trigonometry, logarithms, exponents, and more. Supports degrees/radians and expression history.
Discount Calculator: Compute Sale Prices and Percentage Savings
Calculate discounts quickly. Learn about stacking discounts, reverse calculations, and smart shopping math.
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.
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.
Compound Interest Calculator: Understand How Your Money Grows
Learn the compound interest formula, compare compounding frequencies, and project investment growth over time.
Loan Calculator: Understand Amortization and Monthly Payments
Calculate loan payments, understand amortization schedules, and learn how interest affects total cost.
JSON to XML: Convert Data Formats Easily
Convert JSON to XML with proper formatting and configurable root elements.
Text to Hex Converter: Encode and Decode Hexadecimal
Convert text to hexadecimal representation and back with various encoding options.
CSV to Markdown Table: Format Data for Documentation
Convert CSV data into beautifully formatted Markdown tables for README files and docs.
NATO Phonetic Alphabet: Spell It Out Clearly
Convert text to NATO phonetic alphabet for clear voice communication over radio or phone.
Time Zone Converter: Convert Times Across the World
Convert date and time between any two time zones with automatic DST handling.
Salary Calculator: Convert Between Pay Periods
Convert salary between hourly, daily, weekly, monthly, and annual amounts instantly.
Margin Calculator: Profit Margin and Markup Made Easy
Calculate profit margin, markup percentage, cost, and revenue from any two values.
VAT Calculator: Add or Remove VAT Instantly
Calculate VAT-inclusive and VAT-exclusive prices with any tax rate.
Punycode Converter: Internationalized Domain Names
Convert between Unicode and Punycode for international domains.
TOML to JSON Converter: Bidirectional Format Conversion
Convert between TOML and JSON configuration formats.
HTML to Text: Extract Clean Text from HTML
Strip tags and entities to get clean plain text from HTML.
TSV to CSV Converter: Tab to Comma Conversion
Convert between tab-separated and comma-separated formats.
Image to ASCII Art: Convert Pictures to Text Art
Transform images into ASCII and Unicode character art.
Binary Calculator: Bitwise Operations Explained
Perform binary arithmetic and bitwise operations across number bases.
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.
JSON to SQL Converter: Generate INSERT Statements
Convert JSON arrays to SQL INSERT statements for MySQL, PostgreSQL, and SQLite with type detection.
How to Convert JSON to Python Classes
Generate Python dataclasses, TypedDicts, or dict literals from any JSON structure automatically.
How to Convert JSON to Go Structs
Generate idiomatic Go structs with json tags, type inference, and pointer types from JSON data.
How to Convert JSON to Java Classes
Generate Java POJOs, Lombok classes, or Java 14+ records from JSON data with Jackson annotations.
How to Convert JSON to Kotlin Data Classes
Generate Kotlin data classes with null safety, serialization annotations, and Android-ready patterns.
How to Convert JSON to Dart Model Classes
Generate Flutter-ready Dart classes with fromJson/toJson factories, null safety, and nested model support.
JSON to C#: Generate .NET Classes from API Responses
Generate strongly-typed C# classes and records from JSON with PascalCase naming and serialization attributes.
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.
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.
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.
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.
GPA Calculator: How to Compute Your Grade Point Average
Learn how GPA is calculated, understand weighted vs unweighted averages, and project your academic standing.
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.
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.
HTML Table Generator: Build Accessible Tables Visually
Generate semantic HTML tables with a visual editor. Configure rows, columns, headers, and export clean markup.