在 API、调试与数据清理场景下,在常见编码之间转换文本与数值。每个工具都会说明输入限制与典型用法。
粘贴使用任意常见分隔符的数字编码,在本地将其还原为原始文本字符。
Serialize a flat JSON object into an URL-encoded query string for HTTP client construction.
Paste text and encode it for safe use in URL query parameters and paths.
Paste URL-encoded text and decode it back to its original characters.
将 HTML 实体转换回原始字符,所有处理都在你的浏览器中完成。
Convert application/x-www-form-urlencoded query strings into a JSON object for agent API tooling.
粘贴文本并将其转换为以空格分隔的 ASCII 编码列表,完全在浏览器处理。
将特殊字符转换为适合在网页标记中安全使用的 HTML 实体,无需上传数据。
Decode Base64-encoded strings back to readable plain text in your browser.
Decode URL-safe Base64url strings back to UTF-8 text for JWT and token debugging.
Encode plain text or strings into Base64 format instantly in your browser.
Encode plain text to URL-safe Base64 without padding—used in JWT segments and web tokens.
将连续或空格分隔的 hex 字节序列解码为可读字符。
将二进制数字序列(0 和 1)转换为可读的文本字符。
将文本字符编码为其 8 位二进制表示字符串,便于调试与传输。
解析罗马数字并将其转换回阿拉伯整数,支持常见罗马记数法。
将阿拉伯数字(1–3999)转换为标准罗马数字表示法。
将每个 UTF-8 字节编码为空格分隔的 hex 对—适合调试与抓包分析。
生成唯一资源标识符(URI),适用于 API 与测试数据