欢迎使用65GW博客API管理系统,请在后台修改此公告。
菜单
首页 API文档 快速开始 更新日志
用户登录 免费注册
立即注册
首页 API 控制台 我的

编码转换工具

多合一编码工具:进制转换、URL编码、HTML编码、Unicode编解码等

GET https://www.pa95.com/API/encode_tool.php
请求方式
GET
返回格式
json
调用方式
免费公开
调用次数
9
请求示例
https://www.pa95.com/API/encode_tool.php?action=base_convert&text=255&from=10&to=16
请求参数
参数名类型必填说明
action string 可选 base_convert/hex_encode/url_encode/html_encode/unicode_encode等
text string 必填 要转换的文本
from int 可选 原始进制
to int 可选 目标进制
返回示例
{ "code": 200, "data": { "result": "FF", "decimal": "255" } }
在线调试
GET