Arsenal Tools
一站式实用在线工具
快速、简单、免费。无需注册即可立即使用。
分类
工具
当前版本可用工具列表。
-
文本字数统计
即时统计文本中的单词数、字符数、句子数和段落数。
打开工具 → -
文本大小写转换
一键转换为 UPPERCASE、lowercase、Title Case、Sentence case、camelCase、snake_case。
打开工具 → -
重复行删除
删除重复行,只保留唯一行内容。
打开工具 → -
文本转URL Slug
将任意文本转换为干净、适合URL的slug。
打开工具 → -
Lorem Ipsum 生成器
快速生成用于原型和草稿的占位文本。
打开工具 → -
文本差异对比
比较两段文本,快速定位新增和删除的行。
打开工具 → -
百分比计算器
计算百分比、增减幅度以及某数值的百分比。
打开工具 → -
小费计算器
计算小费和总账单,并支持多人平摊。
打开工具 → -
BMI 计算器
使用公制或英制单位计算身体质量指数(BMI)。
打开工具 → -
年龄计算器
根据出生日期计算精确年龄(年/月/日)。
打开工具 → -
Base64 编码/解码
将文本编码为 Base64,或将 Base64 解码为可读文本。
打开工具 → -
URL 编码/解码
安全编码 URL 组件,并快速进行解码。
打开工具 → -
温度转换器
在摄氏度、华氏度和开尔文之间进行转换。
打开工具 → -
进制转换器
在二进制、十进制和十六进制之间转换数字。
打开工具 → -
UUID 生成器
为应用、API 和数据库生成随机 UUID v4 标识。
打开工具 → -
Unix 时间戳转换
在 Unix 时间戳与可读日期之间相互转换。
打开工具 → -
JSON 格式化与校验
格式化并校验 JSON,清晰显示解析错误。
打开工具 → -
HTML 实体编码/解码
将特殊字符转换为 HTML 实体,或反向解码。
打开工具 → -
哈希生成器(SHA-256 / SHA-1 / MD5)
生成常见文本哈希,包括 SHA-256、SHA-1 和 MD5。
打开工具 → -
密码生成器
按长度和字符集生成安全的随机密码。
打开工具 → -
正则表达式测试器
测试正则模式与标志,并查看匹配结果和捕获组。
打开工具 → -
JWT 解码器
在浏览器中解码 JWT 的 header 和 payload(不校验签名)。
打开工具 → -
CSS 渐变生成器
可视化创建线性渐变并复制可直接使用的 CSS 代码。
打开工具 → -
CSS 阴影生成器
调整偏移、模糊、扩散和颜色,生成 box-shadow 样式。
打开工具 → -
颜色代码转换器
即时转换并同步 HEX、RGB、HSL 颜色值。
打开工具 → -
图片压缩
在浏览器中调整质量和格式,对图片进行压缩。
打开工具 → -
图片尺寸调整
按宽高调整图片尺寸,并可保持纵横比。
打开工具 → -
图像格式转换
在主要图像格式之间转换(HEIC/HEIF仅支持输入,支持AVIF/SVG)。
打开工具 → -
二维码生成器
根据文本或URL生成二维码,并下载PNG图片。
打开工具 → -
RAID 计算器
计算 RAID 方案的可用容量、容错能力和估算速度。
打开工具 → -
Stable Diffusion 提示词生成器
生成 Stable Diffusion 的基础提示词和反向提示词。
打开工具 → -
URL 安全检查
快速检查 URL 的 HTTPS 使用和常见伪装迹象。
打开工具 →
指南
Guides →In-depth guides on how to use our tools and the concepts behind them.
-
RAID Level Comparison Guide
Choosing the right RAID level is a balance between capacity efficiency, fault tolerance, performance, and cost. This guide walks through the practical differences between the most common RAID levels and ZFS equivalents, so you can pick the right configuration for your workload before committing to hardware. Pair this guide with our RAID Calculator to model exact usable capacity and parity overhead for the disk count you have on hand.
Read guide → -
URL Safety Check Guide
Phishing and malicious URLs remain one of the most common attack vectors on the modern web. Attackers are increasingly sophisticated, using lookalike domains, homograph attacks, and legitimate-looking redirects to trick even careful users. This guide walks through a practical first-pass review process you can apply to any suspicious URL — whether it arrived via email, chat, social media, or a search result — so you can make an informed decision before clicking.
Read guide → -
Base64 Encoding Explained
Base64 is one of the most common encoding schemes in modern software, yet it is also one of the most misunderstood. Developers frequently misuse it as a form of obfuscation, conflate it with encryption, or apply it where it adds unnecessary overhead. This guide explains what Base64 is, why it exists, where it shines, and where it does not belong — so you can use it appropriately in your own code.
Read guide → -
Hash Functions Explained
Hash functions are fundamental building blocks of modern computing, used for everything from file integrity to digital signatures to password storage. They are also a common source of confusion: developers reach for MD5 when they should use SHA-256, use a fast hash for passwords, or expect hashes to be reversible. This guide untangles what hash functions are, how SHA-256 and SHA-1 compare, why MD5 is no longer safe, and the special rules for password hashing.
Read guide →