Unicode Converter (www.oh-benri-tools.com)
An online tool for converting text to and from Unicode escape format. Switch directions with a toggle and configure whether to include ASCII characters. Input content is not sent to the server.
ULID Generator (web-toolbox.dev)
Free tool for generating ULIDs (Universally Unique Lexicographically Sortable Identifiers). Useful in system development requiring unique identifiers better suited for lexicographic sorting than UUIDs.
TOML to JSON (web-toolbox.dev)
Free tool for converting TOML data to JSON format. Useful for config file format conversion.
Text to List Converter (tool.muzin.org)
A tool to convert line-separated text into an HTML list using `<li>` tags. Each line is converted to a `<li>` element, wrapped in a `<ul>` tag to produce a ready-to-use HTML list.
Text Diff Checker (web-toolbox.dev)
Free tool for comparing two texts and highlighting the differences. Color-codes additions, deletions, and changes for easy review, useful for code reviews and document comparison.
Text Diff (diff.onl.jp)
A web tool to visually compare two pieces of text and highlight their differences. Additions, deletions, and changes are color-coded for quick review of what has changed.
Text Diff (www.piliapp.com)
An online text comparison tool that highlights differences between two text inputs. Find additions, deletions, and changes between versions of text, code, or documents.
Text Diff (toolpods.io)
Visually compare differences between two texts. Changes, additions, and deletions are highlighted in color.
Text / File Diff (www.oh-benri-tools.com)
An online tool for comparing two texts or files and displaying the differences clearly. Supports drag-and-drop file input, split view, and syntax highlighting.
SVG to CSS (web-toolbox.dev)
Free tool for converting SVG data to Data URI format for use as a CSS background-image. Useful when you want to use SVG icons in CSS without external files.
String Generator (lazesoftware.com)
Generates test strings of specified character types and lengths. Supports alphabets, numbers, symbols, Japanese, and emoji, plus string conversions (encoding, HTML escaping) and row-based processing (sort, shuffle, deduplication).
SQL Generator (toolpods.io)
Describe a database operation in natural language and AI generates the corresponding SQL query. Supports SELECT, INSERT, UPDATE, and DELETE.