Text Tools
Count, clean, transform and analyse text instantly.
Text Manipulation
Case change, diff, dedupe and more.
Writing Tools
Counters, readability and helpers for writers.
Converters that fit Text Tools
Free in-browser converters from our full toolkit. Open one here or browse all in Converters.
CSV to Markdown Table Converter
ConverterConvert CSV to a properly-aligned Markdown table. Great for GitHub READMEs, docs, and Notion pages.
Data Converters
CSV to TSV Converter
ConverterConvert CSV to TSV. Tabs avoid CSV's comma-escaping pain and copy-paste cleanly into spreadsheets.
Data Converters
Excel to HTML Table Converter
ConverterConvert a sheet to a styled HTML table. Live preview, copy or download as .html. Browser-only.
Excel Converters
HTML to Markdown Converter
ConverterConvert HTML to clean Markdown. Powered by Turndown — preserves headings, lists, code blocks, links, blockquotes.
Markdown Converters
JSON to Markdown Table Converter
ConverterConvert a JSON array of objects to a Markdown table. Union of keys becomes the header row.
Data Converters
Markdown to HTML & HTML to Markdown
ConverterRound-trip Markdown ↔ HTML converter with live preview. CommonMark + GFM via marked; clean MD output via Turndown.
Markdown Converters
CSV to Excel Converter
ConverterBuild a .xlsx workbook from CSV data. Handles quoted fields, embedded commas/newlines. Browser-only.
Excel Converters
Excel to CSV Converter
ConverterConvert .xlsx (or .xls / .ods) workbooks to clean CSV. Pick which sheet to export. Browser-only.
Excel Converters
Excel to JSON Converter
ConverterConvert an Excel workbook into a JSON array of row-objects. First row becomes the keys. Browser-only.
Excel Converters
JSON to Excel Converter
ConverterConvert a JSON array of objects into a .xlsx workbook. Object keys become column headers. Browser-only.
Excel Converters
JSON to XML Converter
ConverterConvert JSON to XML in your browser. Object keys become tag names; arrays become repeated tags.
Data Converters
Markdown to Plain Text Converter
ConverterStrip all Markdown formatting and get clean plain text. Useful for word counts, exports, accessibility.
Markdown Converters
PDF to Text Converter
ConverterExtract all text from a PDF into plain UTF-8 text. Page-separated, ready for paste anywhere. Browser-only.
PDF Converters
SQL INSERT to JSON Converter
ConverterConvert SQL INSERT INTO … VALUES (…) statements to a JSON array of rows. Supports NULL, booleans, numbers, quoted strings.
Code Converters
TSV to CSV Converter
ConverterConvert tab-separated values to comma-separated values. Handles quoting and embedded commas/newlines correctly.
Data Converters
Text Decrypter
ConverterDecrypt base64 ciphertext produced by our Text Encrypter using its password. AES-256-GCM, browser-only.
File Security
Text Encrypter
ConverterEncrypt any text with a password. Output is a base64 string safe for email, SMS, or chat. AES-256-GCM, browser-only.
File Security
XML to JSON Converter
ConverterConvert XML to JSON in your browser. Repeated tags become arrays; text content auto-coerces numbers and booleans.
Data Converters