URL 编码器 与相关工具对比:该用哪一个
这个工具与相邻工具的区别,以及判断你的任务需要哪一个的具体依据。
使用方法
- 先弄清下游消费方真正期望什么——格式、编码、校验和,还是人类可读的标签。
- 把该期望与"输出已是该形式"的工具对应起来;转换两次会丢失信息。
- 当两个工具看似等价时,优先选择其选项能暴露消费方所引用标准的那一个。
- 把相关工具并排打开,用同一输入分别运行;差异会立刻显现。
示例
Percent-encodes special characters.
输入
https://www.26173.com/search?q=base64 encoder&lang=en
输出 — 搜索结果
https%3A%2F%2Fwww.26173.com%2Fsearch%3Fq%3Dbase64%20encoder%26lang%3Den
运行
说明
Percent-encode URLs or single query components.
相关工具
Base64 编码器Encode text, JSON, URLs or files to Base64, standard or URL-safe.Base32 编码器Encode binary-safe text into RFC 4648 Base32.Base58 编码器Encode numbers and text with Bitcoin-style Base58 alphabet.十六进制编码器(TexttoHex)Convert text into hexadecimal byte representation.MorseCode 编码器Translate text into Morse code dots and dashes.ROT13 编码器解码器Apply the classic ROT13 letter rotation.