Text to ISO Date Converter - Online Parse Any Date String
Paste a human‑readable date (like 'next Friday' or 'March 5, 2023') and convert it to ISO 8601 format. Quick and tolerant.
UD5 Toolkit
Extract table data from HTML and convert to CSV instantly. Paste your HTML code below.
<table> elements, and converts them into CSV (Comma-Separated Values) format. It intelligently handles rowspan and colspan attributes by expanding merged cells, ensuring your CSV data remains accurate and complete. The conversion happens entirely in your browser — no data is ever uploaded to any server.
colspan are expanded by duplicating their content across the specified number of columns. Cells with rowspan are expanded by repeating their value in the corresponding rows below. This ensures the CSV output maintains a consistent grid structure with no missing data points — unlike simple parsers that may skip merged cells entirely.
<table> elements, our tool detects all of them and lets you switch between tables using the selector buttons. You can preview and download each table individually. If you need all tables combined, you can download them one by one or concatenate the CSV outputs manually — each table is exported with its own header row for clarity.
<thead>, <tbody>, <tfoot>, mixed <th> and <td> cells, nested tables (inner tables are extracted separately), tables with inline styles or classes, and even malformed HTML (the browser's parser is forgiving). It works with complete HTML documents as well as partial table snippets.
") only when they contain the delimiter character, double quotes themselves, or line breaks — following RFC 4180 standards. Internal double quotes are escaped by doubling them (""). If you enable "Quote All Fields," every field is wrapped in double quotes regardless of content, which some legacy systems require. The output is always valid CSV that any spreadsheet application can parse correctly.
Paste a human‑readable date (like 'next Friday' or 'March 5, 2023') and convert it to ISO 8601 format. Quick and tolerant.
Extract all email addresses from a text block using a regex pattern. Deduplicate and sort results. Handy for lead extraction. Data stays on your machine.
Enter a hexadecimal string and decode it as a 32‑bit or 64‑bit floating‑point number. Low‑level developer tool.
Enter a decimal number and see its 32‑bit and 64‑bit IEEE 754 representation. Learn sign, exponent, mantissa.
Use the new `name` attribute on <details> to create an exclusive accordion with zero JavaScript. Copy the clean HTML.
Paste an image from your clipboard directly into the page (Ctrl+V) and extract its color palette. No file dialog needed.
Enter a three‑letter currency code like USD or EUR and instantly see the corresponding symbol and number of decimals. Quick developer reference.
Trace the edge of an object in an image and generate a CSS clip‑path polygon. For non‑rectangular layouts.
Configure and generate a pure CSS accordion with details/summary styling. Copy the HTML/CSS. Accessible and lightweight.
Derive a strong cryptographic key from a password using PBKDF2 with SHA‑256. Adjust iterations and salt. Educational and test tool.
Generate Time‑based One‑Time Passwords locally by entering a base32 secret. Verify your authenticator setup without a phone.
Check WHOIS information for any domain: registrar, expiration date, and name servers. Quick and private using public WHOIS data aggregators.
Comprehensive room‑by‑room checklist for hosts. Track tasks and timing.
Log when you last replaced the filter and get a reminder every 2‑4 weeks. Keep your pet's water fresh.
Check WHOIS information for any domain: registrar, expiration date, and name servers. Quick and private using public WHOIS data aggregators.
See how a computer decides even/odd by looking at the least significant bit. Enter decimal or binary.
Identify common invertebrate fossils (ammonite, trilobite, brachiopod) from sketches. Amateur paleontology.
Overlay a protractor to understand ideal hoof‑pastern axis. Educational for horse owners.
Generate Argon2id hashes in the browser using a WASM compilation. Choose memory, iterations, and parallelism. Secure local hashing.
Experiment with the Federated Credential Management API. Simulate a sign‑in flow without third‑party cookies. Privacy‑first.
Check if a password appears in the Have I Been Pwned database using k‑Anonymity. Only the first 5 characters of the hash are sent.
Drop a PDF and count the total words, characters, and pages. Text extraction is done locally. Privacy‑friendly.
Format a list of Q&A pairs and export as a CSV ready for Anki import. Simple line‑based template. Local.
Convert hex or RGB to CIELAB L*a*b* values. Understand perceptual lightness and color opponents. Local math.
Fetch a website's CSS and extract :root custom properties (‑‑color) to reveal its design token palette. For learning and inspiration.
Convert between Gregorian and Hijri (Islamic) dates. Approximate visual reference. Local algorithm.
Extract selectable text from a PDF using the browser's built‑in PDF rendering. Copy or download as TXT. No upload, fully private.
Translate between binary and Gray code (reflected binary code). See the bit changes. Useful for digital logic.
Encode decimal integers into signed magnitude binary representation and decode back. Learn computer arithmetic.
Convert a decimal number to 32-bit single precision IEEE 754 format. See sign, exponent, mantissa bits. Developer tool.