Skip to main content
All tools

All tool catalog

Cereio Tool Catalog: Browse by conversion, formatting, images, text, files, audio and video, and daily use. No need to log in, quickly find the tools you need. provides practical operations, input and output examples, and applicable scope on each page.

Conversions and calculations

  • Unix timestamp conversion

    Convert Unix seconds or milliseconds to dates and back, with ISO output and a chosen time zone. The Unix epoch starts at 1970-01-01 00:00:00 UTC; a time zone changes the display, not the timestamp of the same instant.

  • JSON/YAML conversion

    Good for converting interface examples and configuration data: preserving large integers, exact decimals, and string types without reserializing numbers through JavaScript floats.

  • File size conversion

    Convert file sizes between bytes, KB, MB, GB and binary units such as KiB, MiB and GiB. Supports decimal and scientific notation, with separate 1000-based and 1024-based unit tables.

  • IP/Subnet Computing

    Calculate an IPv4 network address, subnet mask, broadcast address, usable IP range and host count from CIDR notation. Supports /0–/32 and preset masks; this is a calculator, not a network scanner.

  • Number formatting

    Format decimal numbers with thousands separators, scientific notation, percentages, currency display and Chinese number words. Large integers and decimals retain precision; currency formatting does not convert exchange rates.

  • Base conversion

    Accurately convert binary, octal, decimal, hexadecimal and base 2–36 integers. Supports positive and negative numbers and large integers, strictly checks each digit, and provides quick selection of commonly used bases.

  • Unit conversion

    Convert meters, inches, kilograms, pounds, US volume and temperatures in Celsius, Fahrenheit and Kelvin. Select the original unit and target unit by category, and provide common combination and exchange unit functions.

  • XML/JSON conversion

    Convert between XML and JSON objects, using @_ for attributes, #text for text, and preserving numeric strings such as 00123. Explicitly note conversion loss for annotations, CDATA, and mixed content.

  • Factorial Calculator

    Exactly compute integer factorials from 0 to 5000 without losing large integer digits.

  • date calculator

    Calculate the number of days between two calendar dates, or add or subtract days to a date.

  • Original code, inverse code and complement code

    View the sign bit representation, one's complement, and two's complement representation of an integer with a specified word length.

Format

  • JSON formatting

    Format, compress, and check JSON syntax online, preserving the original text of large integers, exponents, and numbers. Choose 2 or 4 space indentation and copy results with one click; all input is processed only in the browser.

  • XML formatting

    Organize XML indentation or compress typesetting whitespace in the browser, support attributes and comments. Provides examples and copy functionality to clearly indicate the risk of whitespace in mixed text content and does not load external entities.

  • YAML formatting

    Format YAML online with 2- or 4-space indentation and syntax checks. Keeps comments, anchors and multiline text without expanding aliases; application-specific configuration still needs validation.

  • JavaScript formatting

    Use Prettier to format JavaScript/JSX, or Terser to minify JavaScript. Provides JSX examples, indented selection and direct action buttons, typing code will not run.

  • CSS formatting

    Format or minify CSS online with support for indentation selection, responsive media query examples, and result duplication. Styles are only processed as text and are not injected into the current web page or loaded from external resources.

  • SQL formatting

    Arrange query layout in standard SQL, PostgreSQL, MySQL, SQLite, T-SQL, or BigQuery. Provides dialect examples and indentation options, only handles text, does not connect to or manipulate a database.

  • Markdown editor

    Edit and format Markdown with a live preview of tables, task lists and code blocks, useful for drafting a README. Runs locally; raw HTML and remote images are not rendered, and content is not hosted or saved.

Encoding and decoding

  • Unicode conversion

    Encode text as Unicode code points or decode U+ notation, \u escapes and numeric HTML entities to text. Supports emoji and displays UTF-8 bytes; raw UTF-8 bytes are not supported as decoder input.

  • ASCII conversion

    Convert ASCII text to decimal, hexadecimal or binary codes, or decode codes back to text. Supports values 0–127; use the Unicode converter for characters outside ASCII.

  • Base64 codec

    Encode UTF-8 text such as Chinese and emoji into Base64 or Base64URL, or strictly decode it back to text. Supports Chinese examples, one-click copying and reverse conversion of results as input.

  • URL codec

    Percent-encode and decode URLs, distinguishing between individual parameters, full URIs, and form values. Correctly handle spaces, plus signs, and delimiters, and provide examples and reverse conversion of results.

  • JWT decoding

    Decode a JWT to inspect its JSON header, payload and UTC time claims locally. Copy each section separately. Decoding does not verify the signature, validate access or create a new token.

  • Hash generation

    Computes text digests in UTF-8, supporting SHA-256, SHA-512, SHA-1, and MD5. Examples of empty strings and line breaks are provided to facilitate troubleshooting problems with the same text but different summaries.

  • Morse code

    Convert between Latin letters, numbers, common punctuation, and international Morse code.

generator

  • random string

    Generate random strings of 1–256 characters using the browser’s cryptographically secure random source, up to 100 at once. Choose letters, digits, hexadecimal or a custom character set, then copy without uploading or saving.

  • password generator

    Locally generate 8–128 bit random passwords guaranteed to contain every character category selected. Provides common length shortcuts, batch generation and item-by-item copying. Passwords will not be uploaded, saved or written into the address bar.

  • UUID generator

    Locally generate random UUID v4 or UUID v7 with millisecond timestamps, 1–1000 at a time. Supports quick quantity and case selection, and copying one by one or all.

  • random integer generator

    Generates integers within a specified range using a cryptographically random source, optionally without repetition.

development tools

  • DNS record query

    Query public records such as A, AAAA, MX, TXT, etc., and display TTL and parsing status.

  • Mail DNS check

    View DKIM public records for MX, SPF, DMARC and the specified selector.

  • Reverse DNS lookup

    Convert IPv4 or IPv6 to a reverse lookup name and view public PTR records.

  • CAA Record Check

    Viewing the certificate issuance authority record for the current name does not replace the complete issuance policy check.

  • DNSSEC status check

    Look at the DNS response for verification flags; unsigned does not mean verification failed.

  • IP and connection detection

    Check the current exit IP, region and connection time, and you can also query the ASN, network organization and city information.

  • URL parsing and parameter editing

    Split the complete link into protocols, domain names, ports, paths and fragments. Query parameters are edited individually in order of appearance, making it easy to troubleshoot duplicate keys, null values, and encoding issues.

  • Cron expression parsing

    The five segments of Cron represent minutes, hours, days, months, and weeks in sequence. First use Chinese instructions to understand the cycle, and then check the running time with time zone offset to avoid tasks being executed at the wrong time.

  • User-Agent parsing

    Parses browser, operating system, engine, device, and CPU clues from User-Agent strings. Displays parsing results by category, supports examples and manual reading of the current browser UA, and does not perform device fingerprint detection.

  • Text difference comparison

    Compare two pieces of text locally, distinguish additions and deletions, and retain differences in spaces, tabs, and line breaks. Supports swapping sides, blank examples, and variation quantity summaries without uploading or creating sharing links.

  • Regular expression testing

    Run browser JavaScript regex in isolation and view matching text, UTF-16 positions, capturing groups, and named groups. Provides flags switches and examples, stops with timeout, and displays up to 500 matches.

  • Quick check of commonly used Linux commands

    Search for independently written descriptions of common commands, read-only examples, and easily overlooked limitations.

  • Commonly used regular templates

    Check out common JavaScript regular rules, matching examples, and validation boundaries, and copy and test them yourself.

  • Local MicroPython interpreter

    Execute the short Python example in an isolated browser environment and see the printed results.

  • Native Lua interpreter

    Run a short Lua example on a separate background thread and see the printed results or errors.

  • SQLite read-only viewer

    Open a local SQLite file, select a common data table, and view fields and records in pages.

prompt word

  • Token count

    Press o200k_base or cl100k_base to count text tokens, and check the Unicode code point, UTF-8 byte count and Token ID at the same time. Suitable for comparing text lengths without passing the results off as model bills.

  • System prompt word construction

    Assemble roles, tasks, context, constraints, and output formats into clearly structured system prompts. Provides code review and translation examples, local editing and copying, without calling AI or executing prompt words.

  • prompt word template

    Browse 18 prompt word templates, search by category and Chinese and English keywords, replace placeholders locally, edit and copy. Covers code review, debugging, writing, translation, and work planning without invoking AI.

text tool

Picture tools

everyday tools

file tools

Audio and video tools