The first, stable release for friends, family and beta users to gather an initial feedback.
Added
- ASCII to Binary: ASCII (American Standard Code for Information Interchange) to Binary representation text data converter
- ASCII to Decimal: ASCII (American Standard Code for Information Interchange) to Decimal representation text data converter
- ASCII to Octal: ASCII (American Standard Code for Information Interchange) to Octal text data converter
- ASCII to Hex: ASCII (American Standard Code for Information Interchange) to Hex (or Hexadecimal value) text data converter
- Backslashes Escaper: Backslashes Escaper tool to escape backspace, form feed, new line, carriage return, horizontal and vertical tab, null, double quotes and backslashes
- Backslashes Un-Escaper: Backslashes Un-Escaper tool to unescape backspace, form feed, new line, carriage return, horizontal and vertical tab, null, double quotes and backslashes
- Barcode Generator: Generate CODE12 A/B/C, EAN 13/8, UPC, CODE39, ITF14, ITF, MSI 10/11/1010/1110 and Pharmacode barcode images.
- Base64 Decoder: Base64 String to ASCII text data converter
- Base64 Encoder: ASCII to Base64 String text data converter
- Base64 Image Decoder: Convert an image to a Base64 string.
- Base64 Image Encoder: Convert a Base64 string to an image.
- Number Base Converter: Convert any number base: Binary, Octal, Decimal, Hexadecimal or custom to all other number bases.
- Binary to ASCII: Binary representation to ASCII (American Standard Code for Information Interchange) text data converter
- String Case Converter: Convert a list of strings to camelCase, Capital Case, CONSTANT_CASE, dot.case, kebab-case, no case, PascalCase, Pascal_Snake_Case, path/case, Sentence case, snake_case, Train-Case.
- Checksum Calculator: Calculate and verify file's MD4, MD5 (Message-Digests), SHA1, SHA224, SHA256, SHA512, Keccak-224, Keccak-256, Keccak-384, Keccak-512, Adler-32, CRC32, CRC32C, RIPEMD-160 or Whirlpool checksum.
- Color Picker/Converter: Convert any color string to hexadecimal, hexadecimal alpha, RGB and RGBA (Red-Green-Blue), HSL and HSLA (Hue, Saturation, Lightness), CMYK and CMYK-A (Cyan, Magenta, Yellow, and Key), CIELAB / LAB / LABA.
- Cron Job Generator: Cron job (or crontab) parser, inspector, explainer and generator.
- CSS Formatter/Beautifier: CSS (Cascading Style-Sheets) formatter, beautifier and minifier
- CSS to JSON: CSS (Cascading Style-Sheets) to JSON (JavaScript Object Notation) styles converter
- CSS to TailwindCSS: CSS (Cascading Style-Sheets) to TailwindCSS styles converter
- CSS to Template Literal: CSS (Cascading Style-Sheets) to Template Literal (or Template String) styles converter
- CSV to JSON: CSV (Comma-Separated Values) to JSON (JavaScript Object Notation) data converter
- CSV to TOML: CSV (Comma-Separated Values) to TOML (Tom's Obvious Minimal Language) data converter
- CSV to YAML: CSV (Comma-Separated Values) to YAML (YAML Ain't A Language) data converter
- CSV to XML: CSV (Comma-Separated Values) to XML (eXtensible Markup Language) data converter
- Decimal to ASCII: Decimal representation to ASCII (American Standard Code for Information Interchange) text data converter
- Hash Generator: Convert string or text to it's MD2, MD4, MD5 (Message-Digests), SHA1, SHA224, SHA256, SHA512, Keccak-224, Keccak-256, Keccak-384, Keccak-512, Adler-32, CRC32, CRC32C, RIPEMD-160 or Whirlpool hashes.
- GZip Compressor: Convert string or text to GZip compression format.
- GZip Decompress: Convert GZip compression format to text string.
- Hex to ASCII: Hexadecimal representation to ASCII (American Standard Code for Information Interchange) text data converter
- HTML Preview: HTML (HyperText Markup Language) preview editor
- HTML Entity Decode: HTML (HyperText Markup Language) Entities Decoder
- HTML Entity Encode: HTML (HyperText Markup Language) Entities Encoder
- HTML Formatter/Validator: HTML (HyperText Markup Language) formatter, validator and fixer tool
- HTML to Pug: HTML (HyperText Markup Language) to Pug text data converter
- HTML to Markdown: HTML (HyperText Markup Language) to Markdown (or MD) text data converter
- JSON Formatter/Validator: JSON (JavaScript Object Notation) formatter, validator and fixer tool
- JSON to BigQuery: JSON (JavaScript Object Notation) to BigQuery Schema data converter
- JSON to ClickHouse: JSON (JavaScript Object Notation) to Click Houe Table Schema data converter
- JSON to CSV: JSON (JavaScript Object Notation) to CSV (Comma-Separated Values) data converter
- JSON to Flow Types: JSON (JavaScript Object Notation) to Flow Types data converter
- JSON to Golang BSON: JSON (JavaScript Object Notation) to Golang BSON (short of Binary JSON) data converter
- JSON to Mongoose: JSON (JavaScript Object Notation) to Mongoose Schema data converter
- JSON to MySQL Table: JSON (JavaScript Object Notation) to MySQL Table Schema data converter
- JSON to PHP Array/Object: JSON (JavaScript Object Notation) to PHP Array and/or Object data converter
- JSON to Ruby Hash: JSON (JavaScript Object Notation) to Ruby Hash data converter
- JSON to TOML: JSON (JavaScript Object Notation) to TOML (Tom's Obvious Minimal Language) data converter
- JSON to XML: JSON (JavaScript Object Notation) to XML (eXtensible Markup Language) data converter
- JSON to YAML: JSON (JavaScript Object Notation) to YAML (YAML Ain't A Language) data converter
- JSON-LD Converter: JSON-LD (JavaScript Object Notation for Linking Data) to Compacted, Expanded, Flatten, Framed, Normalized or N-Quads data converter
- JWT Decoder: JWT (JSON Web Token) decoder, parser, debugger and inspector
- Lorem Ipsum Generator: Generate a random placeholder Lorem Ipsum paragraphs, sentences or words to be used as plain text or HTML.
- Markdown Formatter: Markdown (or MD) formatter and validator tool
- Markdown Preview: Markdown (or MD) Preview Editor
- Markdown to HTML: Markdown (or MD) to HTML (HyperText Markup Language) text data converter
- Octal to ASCII: Octal representation to ASCII (American Standard Code for Information Interchange) text data converter
- QR Code Generator: QR (Quick Response) Code Generator with URL, Contact, Phone, SMS/MMS Message, Face-Time Video and Audio calls, Geolocation and Maps, Event, Wi-Fi, Google Play Store and Apple App Store for iTunes, iBooks and Apple Music
- QR Code Scanner: QR (Quick Response) Code Scanner and Decoder
- Random Generator: Random strong password, string and words generator
- RegExp Tester: RegExp (Regular Expressions) tester, matcher, generator and highlighter
- Ruby Hash to JSON: Ruby Hash to JSON (JavaScript Object Notation) text data converter
- Sort Dedupe: Sort lines and remove duplicates
- SQL Formatter/Validator: SQL (Structured Query Language) formatter and validator tool
- SVG to CSS: SVG (Scalable Vector Graphics) to CSS (Cascading Style Sheets) background image data converter
- Text Diff Checker: Compare two text sources and see the difference in characters, words or lines.
- Time Converter: Parse, convert and inspect any time format: ISO 8601, unix, milliseconds, local or any date and/or date-time string
- TOML Formatter/Validator: TOML (Tom's Obvious Minimal Language) formatter and validator tool
- TOML to CSV: TOML (Tom's Obvious Minimal Language) to CSV (Comma-Separated Values) data converter
- TOML to JSON: TOML (Tom's Obvious Minimal Language) to JSON (JavaScript Object Notation) data converter
- TOML to XML: TOML (Tom's Obvious Minimal Language) to XML (eXtensible Markup Language) data converter
- TOML to YAML: TOML (Tom's Obvious Minimal Language) to YAML (YAML Ain't A Language) data converter
- URL Decoder: Decode an URL (Uniform Resource Locator) query string to be browser-safe, RFC3986 or Form Data.
- URL Encoder: Encode an URL (Uniform Resource Locator) query string to be browser-safe, RFC3986 or Form Data.
- URL Parser: Parse and inspect URL (Uniform Resource Locator) properties and convert it's query string to JSON (JavaScript Object Notation).
- UUID Decoder: Parse and inspect UUID (Universally Unique Identifier) versions v1, v3, v4 and v5. Get Standard String Format (STR), Single Integer Value (SIV), Version and Variant, Contents Time, Clock ID (or Sequence) and Node / MAC number
- Word Counter: Long text/string inspector, analysis with word, sentences, syllables, characters, letters, paragraphs, and lines counter. Reading, speaking and hand-writing times, text averages and scores: Automated Readability Index, Coleman-Lieu, Dale-Chall, Flesch-Kincaid, Gunning Fog and Smog Index.
- ID Generator: Genearte ID (Identifiers) UUID (Universally Unique Identifier) versions v1, v3, v4 and v5, ULIDs, MongoDB Object IDs, NanoIDs
- X.509 Certificate Decoder: X.509 Certificate Decoder
- XML Formatter/Validator: XML (eXtensible Markup Language) formatter, validator, beautifier and a minifier tool
- XML to CSV: XML (eXtensible Markup Language) to CSV (Comma-Separated Values) data converter
- XML to JSON: XML (eXtensible Markup Language) to JSON (JavaScript Object Notation) data converter
- XML to TOML: XML (eXtensible Markup Language) to TOML (Tom's Obvious Minimal Language) data converter
- XML to YAML: XML (eXtensible Markup Language) to YAML (YAML Ain't A Language) data converter
- YAML Formatter/Validator: YAML (YAML Ain't A Language) formatter, validator and fixer tool
- YAML to CSV: YAML (YAML Ain't A Language) to CSV (Comma-Separated Values) data converter
- YAML to JSON: YAML (YAML Ain't A Language) to JSON (JavaScript Object Notation) data converter
- YAML to XML: YAML (YAML Ain't A Language) to XML (eXtensible Markup Language) data converter
- YAML to TOML: YAML (YAML Ain't A Language) to TOML (Tom's Obvious Minimal Language) data converter