HTML Data Attribute Extractor - Online List All data‑*
Paste HTML and extract all unique data‑* attributes into a clean list. Understand the data model of a page.
UD5 Toolkit
Convert flat JSON arrays into CSV format instantly. Free, fast, and entirely browser-based — your data never leaves your device.
[{"name":"Alice","age":30}] becomes a table with "name" and "age" as column headers. This is essential for data analysts, developers, and anyone who needs to import JSON data into spreadsheet applications like Microsoft Excel or Google Sheets.
JSON.stringify(), so they appear as escaped JSON strings within the CSV cell. While this preserves all data, we recommend flattening deeply nested structures beforehand for optimal readability in spreadsheet software. This tool is designed primarily for flat JSON arrays of objects with simple key-value pairs.
["apple", "banana", "cherry"] or [1, 2, 3, 4], the converter will create a single-column CSV with the header "value". This makes the tool versatile for both object arrays and primitive arrays.
[{"a":1,"b":2}, {"b":3,"c":4}] produces columns a, b, c.
""). This ensures maximum compatibility with all major spreadsheet applications, including Excel, Google Sheets, and LibreOffice Calc.
Paste HTML and extract all unique data‑* attributes into a clean list. Understand the data model of a page.
Paste binary sequences and convert them back to readable text. Supports space-separated and 8-bit formatted strings. Quick encoding reconversion.
Paste a Base64 data URI and download the image directly. Supports JPEG, PNG, GIF, WebP. Safe local processing.
Convert any image into colored ASCII art using divs with background colors. Creates a stunning text‑based replica. View & copy HTML.
Transform any image into a Base64 data URI for embedding directly into HTML, CSS, or JSON. Drag and drop support. Entirely browser-side conversion.
Enter the recipe's wattage and your microwave's wattage to convert cooking time. Prevent burnt or cold food.
Enter RGB values row by row and create a tiny BMP file. Understanding bitmap headers. Geeky developer tool.
Decode Base64 encoded strings back into viewable images and download them as PNG. Useful for debugging APIs and data URIs. Secure local processing.
Paste a string of 0s and 1s and decode it back into ASCII text. Handles space‑separated blocks. Local.
Decode an image progressively using the ImageDecoder API. See partial results and metadata. Modern alternative to <img>.
Real‑time frequency spectrum from your microphone. Visual bars or line. Check room resonance.
Convert any image into beautiful ASCII art. Adjust brightness and character set for the best effect. Share text-based pictures. Runs entirely in the browser.
Paste XML sitemap content and extract all <loc> URLs into a clean list. Useful for auditing. Local parsing only.
Upload an image and see its 2D FFT magnitude and phase. Learn how image filtering works. Educatinal tool. Canvas.
Visualize audio in real time from your microphone or uploaded audio file. See the waveform dance. Uses Web Audio API locally.
View recent earthquakes worldwide on a map. Fetches public USGS GeoJSON feed directly from browser. Real-time data.
Tidy up messy HTML code with our online formatter and beautifier. Indent and clean your markup, preview the output instantly. No data is uploaded, everything runs in your browser.
Paste HTML code and extract all comments or remove them completely. See a list of comments found. Clean your markup.
Play an audio file or use mic to see real‑time frequency bars. Choose colors. Great for music videos. Canvas.
Connect your MIDI keyboard and see pressed notes visually on a piano roll. Check velocity, channel, and aftertouch. No DAW needed.
Combine multiple static images into a single animated GIF. Adjust frame delay and order. No upload, in‑browser encoding.
Decode FLAC, Opus, or OGG audio files in the browser using compiled WASM libraries. Play instantly without server uploads. Keep audio private.
Connect a MIDI controller and see every message in a log. Filter by channel and type. Essential for debugging music apps.
Remove all EXIF data (GPS, camera info) from a JPEG before uploading. Processed locally. Protect your privacy.
Apply a tint remover that guesses the original colors from a sepia photo. Not perfect, but fun. All in canvas.
Generate a standard XML sitemap for your website by entering a start URL. Crawls internal links directly from your browser. No server-side processing.
Paste lyrics and tap while the song plays to embed timestamps. Export as .lrc file for music players. All in browser.
See how to implement file upload progress using both fetch and XHR. Real‑time bar and code snippets for your project.
Generate a palette of N colors that are maximally distinguishable for common color vision deficiencies. Copy the hex codes.
Reverse the NATO phonetic alphabet. Paste 'Bravo Romeo Alpha Victor Oscar' and get 'Bravo'. Essential for call center transcripts.