# DevTools 免费在线开发者工具:JSON 格式化、Favicon 生成、IP 质量检测、正则生成与调试。本地处理,无需注册。 ## 工具列表 (zh) - [格式转换工具](https://devtools.cnlang.net/tools/converters): 提供 CSV/JSON、YAML/JSON、TOML/JSON、Markdown/HTML、时间戳、图片 Base64、文本编码与数字进制等常见格式转换工具。 - [CSV 转 JSON](https://devtools.cnlang.net/tools/converters/csv-to-json): 将带表头的 CSV 文本转换为格式化 JSON 数组,支持引号字段与常见逗号转义。 - [颜色代码转换](https://devtools.cnlang.net/tools/converters/color-code-converter): 在 HEX、RGB 与 HSL 之间双向转换颜色值,支持实时预览、简写 HEX 展开与复制输出。 - [时间戳转换](https://devtools.cnlang.net/tools/converters/timestamp-converter): 在 Unix 秒、Unix 毫秒、ISO 日期与本地时间字符串之间快速转换。 - [YAML 转 JSON](https://devtools.cnlang.net/tools/converters/yaml-to-json): 将 YAML 配置文件转换为 JSON,适合联调 API、CI 与容器配置。 - [JSON 转 YAML](https://devtools.cnlang.net/tools/converters/json-to-yaml): 将 JSON 数据转换为更易读的 YAML 文本,便于维护配置清单。 - [Markdown 转 HTML](https://devtools.cnlang.net/tools/converters/markdown-to-html): 把 Markdown 渲染为安全清洗后的 HTML,适合预览、拷贝与静态页面生成。 - [进制转换](https://devtools.cnlang.net/tools/converters/number-base-converter): 支持二进制、八进制、十进制与十六进制互转,适合前端、后端与嵌入式开发调试。 - [图片转 Base64](https://devtools.cnlang.net/tools/converters/image-to-base64): 上传图片并生成 Base64 / Data URL,展示预览、尺寸与 MIME 类型信息。 - [文本编码转换](https://devtools.cnlang.net/tools/converters/text-encoding-converter): 在 UTF-8、ASCII、Latin-1、UTF-16 与浏览器支持的传统编码之间做文本/字节转换。 - [TOML 与 JSON 转换](https://devtools.cnlang.net/tools/converters/toml-json): 在 TOML 与 JSON 之间双向转换,适合 Python、Rust 与配置文件场景。 - [格式化工具](https://devtools.cnlang.net/tools/formatter): 提供 SQL、HTML、XML、YAML 格式化美化与正则调试器,全部在浏览器本地运行,免费且无需注册。 - [SQL 格式化](https://devtools.cnlang.net/tools/formatter/sql-formatter): 美化 SQL 查询语句,自动缩进关键字与换行,支持 PostgreSQL、MySQL、SQLite 等方言。 - [HTML 格式化](https://devtools.cnlang.net/tools/formatter/html-formatter): 美化 HTML 标记,添加缩进与换行,支持完整文档或片段输入。 - [XML 格式化](https://devtools.cnlang.net/tools/formatter/xml-formatter): 美化 XML 文档,添加缩进与换行,解析错误会显示具体原因。 - [YAML 格式化](https://devtools.cnlang.net/tools/formatter/yaml-formatter): 美化 YAML 配置文件,统一缩进与层级结构,适合 Kubernetes 与 CI 配置。 - [正则调试器](https://devtools.cnlang.net/tools/formatter/regex-debugger): 输入正则表达式与测试文本,实时高亮匹配结果、查看捕获分组与索引位置。 - [JSON 工具](https://devtools.cnlang.net/tools/json): 全套 JSON 在线工具:格式化、校验、压缩、转 CSV/XML、Diff、Schema 生成与校验、JSONPath 与树状查看,浏览器本地处理。 - [JSON 格式化](https://devtools.cnlang.net/tools/json/format): 将混乱或压缩的 JSON 格式化为带缩进的可读结构,支持 2/4 空格,纯浏览器本地处理。 - [JSON 校验](https://devtools.cnlang.net/tools/json/validate): 检测 JSON 语法是否正确,定位错误行号与列号,提供详细调试信息。 - [JSON 压缩](https://devtools.cnlang.net/tools/json/minify): 移除 JSON 空白与换行,压缩为单行最小体积,适合 API 传输。 - [JSON 转 CSV](https://devtools.cnlang.net/tools/json/to-csv): 将 JSON 数组或对象转换为 CSV 表格,便于导入 Excel 与数据库。 - [JSON 转 XML](https://devtools.cnlang.net/tools/json/to-xml): 将 JSON 数据转换为格式良好的 XML 文档,可自定义根元素名。 - [JSON 差异对比](https://devtools.cnlang.net/tools/json/diff): 并排对比两份 JSON,高亮新增、删除与修改字段,便于代码审查。 - [JSON Schema 生成](https://devtools.cnlang.net/tools/json/schema-generate): 从示例 JSON 数据自动推断并生成 JSON Schema(draft-07)定义。 - [JSONPath 查询](https://devtools.cnlang.net/tools/json/jsonpath): 使用 JSONPath 表达式查询 JSON 数据,即时返回匹配节点结果。 - [JSON 树状查看](https://devtools.cnlang.net/tools/json/tree): 以可折叠交互树渲染 JSON 结构,便于浏览深层嵌套数据。 - [JSON Schema 校验](https://devtools.cnlang.net/tools/json/schema-validate): 根据 JSON Schema 验证 JSON 数据是否符合结构约束,输出详细错误。 - [Favicon 生成](https://devtools.cnlang.net/tools/favicon-generate): 上传 PNG/JPG/WebP/SVG,实时预览并生成 favicon.ico、favicon.svg、Apple Touch Icon、Android PNG 与 site.webmanifest。 - [编码工具](https://devtools.cnlang.net/tools/encoding): 提供 Base64、JWT、SHA256、MD5、HMAC、Bcrypt、RSA 密钥、SSL 证书与密码强度等常见编码与安全文本处理工具。 - [Base64 编解码](https://devtools.cnlang.net/tools/encoding/base64): 在线进行 Base64 编码与解码,在可读文本与 Base64 字符串之间快速转换。 - [JWT 解码](https://devtools.cnlang.net/tools/encoding/jwt-decoder): 解码 JSON Web Token,查看 Header、Payload 与时间相关声明字段。 - [SHA256 生成](https://devtools.cnlang.net/tools/encoding/sha256): 从输入文本生成 SHA-256 哈希摘要,用于校验、签名与完整性验证。 - [MD5 生成](https://devtools.cnlang.net/tools/encoding/md5): 从文本生成 MD5 摘要,适合兼容旧系统的校验与快速比对场景。 - [HMAC 生成](https://devtools.cnlang.net/tools/encoding/hmac): 使用密钥对文本生成 HMAC 摘要,适合签名回调与接口鉴权调试。 - [JWT 生成与签名](https://devtools.cnlang.net/tools/encoding/jwt-generator): 生成并签名 JWT,配置 Header、Payload 与常见声明字段后导出令牌。 - [Bcrypt 哈希生成](https://devtools.cnlang.net/tools/encoding/bcrypt): 生成并校验 Bcrypt 密码哈希,支持设置 salt rounds 以平衡安全性与性能。 - [RSA 密钥对生成](https://devtools.cnlang.net/tools/encoding/rsa-key-pair): 生成 PEM 格式的 RSA 公私钥对,适合加解密、签名与 JWT RS256 测试。 - [SSL 证书解析](https://devtools.cnlang.net/tools/encoding/ssl-certificate): 解析 SSL 证书、CSR 与 PEM 内容,查看颁发者、SAN、有效期与链路信息。 - [密码强度检测](https://devtools.cnlang.net/tools/encoding/password-strength): 评估密码强度、长度、字符集覆盖与暴力破解成本,辅助设置更安全口令。 - [生成工具](https://devtools.cnlang.net/tools/generators): 提供 UUID、强密码、QR 码、正则表达式、假数据与 Crontab 等常见生成器,全部在浏览器本地运行,免费且无需注册。 - [UUID 生成器](https://devtools.cnlang.net/tools/generators/uuid-generator): 生成 UUID v4(随机)或 v1(时间戳)标识符,支持批量输出与一键复制。 - [密码生成器](https://devtools.cnlang.net/tools/generators/password-generator): 使用加密安全随机数生成强密码,可自定义长度与大写、小写、数字、符号字符集。 - [QR 码生成器](https://devtools.cnlang.net/tools/generators/qr-code-generator): 将文本或 URL 转为 QR 码图片,实时预览并支持下载 PNG,适合分享链接与活动物料。 - [Crontab 生成器](https://devtools.cnlang.net/tools/generators/crontab-generator): 配置 cron 五段式时间字段与命令,生成标准 crontab 行并附人类可读执行说明。 - [假数据生成器](https://devtools.cnlang.net/tools/generators/fake-data-generator): 在浏览器本地生成逼真的测试用户数据,支持自定义字段、批量数量与 JSON、CSV、SQL 格式导出。 - [正则生成器](https://devtools.cnlang.net/tools/generators/regex-generator): 选择 Email、URL、IPv4/IPv6、UUID、MAC、日期与时间等常见类型,生成 JavaScript 正则表达式并附说明与示例匹配。 - [API 与 Web 工具](https://devtools.cnlang.net/tools/api-web): 测试 API、检查 HTTP 响应头、解析 User Agent、DNS 查询、WebSocket 与 CORS 调试,面向前后端联调与接口排查。 - [URL 编解码](https://devtools.cnlang.net/tools/api-web/url-encode): 对 URL 与查询参数进行编码或解码,确保特殊字符安全传输。 - [User Agent 解析](https://devtools.cnlang.net/tools/api-web/user-agent): 解析 User-Agent 字符串,识别浏览器、操作系统与设备信息。 - [DNS 查询](https://devtools.cnlang.net/tools/api-web/dns-lookup): 查询域名的 A、AAAA、CNAME、MX、TXT、NS、SOA 等 DNS 记录。 - [API 请求测试](https://devtools.cnlang.net/tools/api-web/api-request): 在浏览器中发送 HTTP 请求,测试 REST API 并查看响应状态与正文。 - [WebSocket 测试](https://devtools.cnlang.net/tools/api-web/websocket): 连接 WebSocket 端点,发送/接收消息并检查实时通信流量。 - [CORS 检查](https://devtools.cnlang.net/tools/api-web/cors-check): 检测 URL 是否返回正确的 CORS 响应头,诊断跨域访问问题。 - [安全响应头检查](https://devtools.cnlang.net/tools/api-web/security-headers): 粘贴 HTTP 响应头,检查缺失或配置不当的安全相关 Header。 - [IP 质量检测](https://devtools.cnlang.net/tools/ip-quality-check): 输入 IPv4/IPv6 地址,分析地址分类、国家/ASN、反向 DNS、RDAP 注册信息,并检测 WebRTC 泄露与浏览器环境一致性。 ## Tools (en) - [Converters](https://devtools.cnlang.net/en/tools/converters): Convert between common formats: CSV/JSON, YAML/JSON, TOML/JSON, Markdown/HTML, timestamps, image Base64, text encodings, and number bases. - [CSV to JSON](https://devtools.cnlang.net/en/tools/converters/csv-to-json): Convert header-row CSV text into a formatted JSON array, with support for quoted fields and common comma escaping. - [Color Code Converter](https://devtools.cnlang.net/en/tools/converters/color-code-converter): Convert color values between HEX, RGB, and HSL with live preview, shorthand HEX expansion, and copyable output. - [Timestamp Converter](https://devtools.cnlang.net/en/tools/converters/timestamp-converter): Convert quickly between Unix seconds, Unix milliseconds, ISO dates, and local time strings. - [YAML to JSON](https://devtools.cnlang.net/en/tools/converters/yaml-to-json): Convert YAML configuration files to JSON—ideal for API debugging, CI, and container configs. - [JSON to YAML](https://devtools.cnlang.net/en/tools/converters/json-to-yaml): Convert JSON data into more readable YAML text for easier config maintenance. - [Markdown to HTML](https://devtools.cnlang.net/en/tools/converters/markdown-to-html): Render Markdown into sanitized HTML for preview, copy-paste, and static page generation. - [Number Base Converter](https://devtools.cnlang.net/en/tools/converters/number-base-converter): Convert between binary, octal, decimal, and hexadecimal—handy for frontend, backend, and embedded debugging. - [Image to Base64](https://devtools.cnlang.net/en/tools/converters/image-to-base64): Upload an image and generate Base64 / Data URL output with preview, dimensions, and MIME type info. - [Text Encoding Converter](https://devtools.cnlang.net/en/tools/converters/text-encoding-converter): Convert text and bytes between UTF-8, ASCII, Latin-1, UTF-16, and other browser-supported legacy encodings. - [TOML ↔ JSON](https://devtools.cnlang.net/en/tools/converters/toml-json): Convert bidirectionally between TOML and JSON—suited for Python, Rust, and configuration workflows. - [Formatter](https://devtools.cnlang.net/en/tools/formatter): Format and beautify SQL, HTML, XML, and YAML, plus a regex debugger—all run locally in the browser, free with no sign-up. - [SQL Formatter](https://devtools.cnlang.net/en/tools/formatter/sql-formatter): Beautify SQL queries with automatic keyword indentation and line breaks; supports PostgreSQL, MySQL, SQLite, and more. - [HTML Formatter](https://devtools.cnlang.net/en/tools/formatter/html-formatter): Beautify HTML markup with indentation and line breaks; accepts full documents or fragments. - [XML Formatter](https://devtools.cnlang.net/en/tools/formatter/xml-formatter): Beautify XML documents with indentation and line breaks; parse errors show a clear reason. - [YAML Formatter](https://devtools.cnlang.net/en/tools/formatter/yaml-formatter): Beautify YAML config files with consistent indentation and structure—great for Kubernetes and CI configs. - [Regex Debugger](https://devtools.cnlang.net/en/tools/formatter/regex-debugger): Enter a regex and test text to highlight matches in real time, view capture groups, and inspect match indices. - [JSON Tools](https://devtools.cnlang.net/en/tools/json): Full JSON toolkit: format, validate, minify, convert to CSV/XML, diff, generate and validate Schema, JSONPath, and tree view—all processed locally in the browser. - [JSON Formatter](https://devtools.cnlang.net/en/tools/json/format): Format messy or minified JSON into readable indented structure with 2/4-space options—100% local in the browser. - [JSON Validator](https://devtools.cnlang.net/en/tools/json/validate): Check JSON syntax and pinpoint error line and column with detailed debugging information. - [JSON Minifier](https://devtools.cnlang.net/en/tools/json/minify): Strip whitespace and newlines to produce a single-line minimal payload—ideal for API transport. - [JSON to CSV](https://devtools.cnlang.net/en/tools/json/to-csv): Convert JSON arrays or objects into CSV tables for Excel and database import. - [JSON to XML](https://devtools.cnlang.net/en/tools/json/to-xml): Convert JSON data into well-formed XML with a customizable root element name. - [JSON Diff](https://devtools.cnlang.net/en/tools/json/diff): Compare two JSON documents side by side with highlights for added, removed, and changed fields—great for code review. - [JSON Schema Generator](https://devtools.cnlang.net/en/tools/json/schema-generate): Infer and generate a JSON Schema (draft-07) definition from sample JSON data. - [JSONPath Query](https://devtools.cnlang.net/en/tools/json/jsonpath): Query JSON data with JSONPath expressions and get matching node results instantly. - [JSON Tree Viewer](https://devtools.cnlang.net/en/tools/json/tree): Render JSON as a collapsible interactive tree for browsing deeply nested structures. - [JSON Schema Validator](https://devtools.cnlang.net/en/tools/json/schema-validate): Validate JSON data against a JSON Schema and get detailed structural constraint errors. - [Favicon Generator](https://devtools.cnlang.net/en/tools/favicon-generate): Upload PNG/JPG/WebP/SVG, preview in real time, and generate favicon.ico, favicon.svg, Apple Touch Icon, Android PNGs, and site.webmanifest. - [Encoding Tools](https://devtools.cnlang.net/en/tools/encoding): Base64, JWT, SHA256, MD5, HMAC, Bcrypt, RSA keys, SSL certificates, and password strength—common encoding and security text utilities. - [Base64 Encoder/Decoder](https://devtools.cnlang.net/en/tools/encoding/base64): Encode and decode Base64 online—quickly convert between plain text and Base64 strings. - [JWT Decoder](https://devtools.cnlang.net/en/tools/encoding/jwt-decoder): Decode JSON Web Tokens and inspect Header, Payload, and time-related claim fields. - [SHA256 Generator](https://devtools.cnlang.net/en/tools/encoding/sha256): Generate SHA-256 hash digests from input text for checksums, signing, and integrity verification. - [MD5 Generator](https://devtools.cnlang.net/en/tools/encoding/md5): Generate MD5 digests from text—suited for legacy checksums and quick comparison workflows. - [HMAC Generator](https://devtools.cnlang.net/en/tools/encoding/hmac): Generate HMAC digests with a secret key—useful for webhook signatures and API auth debugging. - [JWT Generator / Signer](https://devtools.cnlang.net/en/tools/encoding/jwt-generator): Create and sign JWTs—configure Header, Payload, and common claims, then export the token. - [Bcrypt Hash Generator](https://devtools.cnlang.net/en/tools/encoding/bcrypt): Generate and verify Bcrypt password hashes with configurable salt rounds to balance security and performance. - [RSA Key Pair Generator](https://devtools.cnlang.net/en/tools/encoding/rsa-key-pair): Generate PEM-format RSA public/private key pairs for encryption, signing, and JWT RS256 testing. - [SSL Certificate Decoder](https://devtools.cnlang.net/en/tools/encoding/ssl-certificate): Parse SSL certificates, CSRs, and PEM content—view issuer, SAN, validity, and chain details. - [Password Strength Checker](https://devtools.cnlang.net/en/tools/encoding/password-strength): Assess password strength, length, character coverage, and brute-force cost to help choose stronger credentials. - [Generators](https://devtools.cnlang.net/en/tools/generators): UUID, strong passwords, QR codes, regex patterns, fake data, and Crontab generators—all run locally in the browser, free with no sign-up. - [UUID Generator](https://devtools.cnlang.net/en/tools/generators/uuid-generator): Generate UUID v4 (random) or v1 (timestamp) identifiers with batch output and one-click copy. - [Password Generator](https://devtools.cnlang.net/en/tools/generators/password-generator): Generate strong passwords with cryptographically secure randomness—customize length and uppercase, lowercase, digits, and symbols. - [QR Code Generator](https://devtools.cnlang.net/en/tools/generators/qr-code-generator): Turn text or URLs into QR code images with live preview and PNG download—great for links and campaign materials. - [Crontab Generator](https://devtools.cnlang.net/en/tools/generators/crontab-generator): Configure cron five-field schedules and commands, output standard crontab lines with human-readable execution notes. - [Fake Data Generator](https://devtools.cnlang.net/en/tools/generators/fake-data-generator): Generate realistic test user data locally in the browser—custom fields, batch size, and export as JSON, CSV, or SQL. - [Regex Generator](https://devtools.cnlang.net/en/tools/generators/regex-generator): Pick common types (Email, URL, IPv4/IPv6, UUID, MAC, dates, times) and get a JavaScript regex with notes and sample matches. - [API & Web Tools](https://devtools.cnlang.net/en/tools/api-web): Test APIs, inspect HTTP response headers, parse User-Agent, run DNS lookups, and debug WebSocket and CORS—for frontend/backend integration and troubleshooting. - [URL Encode/Decode](https://devtools.cnlang.net/en/tools/api-web/url-encode): Encode or decode URLs and query parameters so special characters transmit safely. - [User-Agent Parser](https://devtools.cnlang.net/en/tools/api-web/user-agent): Parse User-Agent strings to identify browser, operating system, and device information. - [DNS Lookup](https://devtools.cnlang.net/en/tools/api-web/dns-lookup): Look up A, AAAA, CNAME, MX, TXT, NS, SOA, and other DNS records for a domain. - [API Request Tester](https://devtools.cnlang.net/en/tools/api-web/api-request): Send HTTP requests from the browser to test REST APIs and inspect response status and body. - [WebSocket Tester](https://devtools.cnlang.net/en/tools/api-web/websocket): Connect to WebSocket endpoints, send and receive messages, and inspect real-time traffic. - [CORS Checker](https://devtools.cnlang.net/en/tools/api-web/cors-check): Check whether a URL returns correct CORS response headers and diagnose cross-origin access issues. - [Security Headers Checker](https://devtools.cnlang.net/en/tools/api-web/security-headers): Paste HTTP response headers to find missing or misconfigured security-related headers. - [IP Quality Check](https://devtools.cnlang.net/en/tools/ip-quality-check): Enter an IPv4/IPv6 address to analyze classification, country/ASN, reverse DNS, RDAP registration, WebRTC leaks, and browser environment consistency. ## 其他页面 / Other Pages - [AI 动态 / AI News](https://devtools.cnlang.net/news): AI HOT 精选 AI 行业资讯聚合 / Daily AI industry news from AI HOT - [RSS 订阅 / RSS Feed](https://devtools.cnlang.net/feed.xml): AI 动态 RSS / AI News RSS feed - [Sitemap](https://devtools.cnlang.net/sitemap.xml) - [Robots](https://devtools.cnlang.net/robots.txt) > 最后更新 / Last updated: 2026-07-08