<?xml version="1.0" encoding="utf-8" standalone="yes"?><rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom" xmlns:content="http://purl.org/rss/1.0/modules/content/"><channel><title>Url编码 on LeafCxy's Blog</title><link>https://leafcxy.github.io/tags/url%E7%BC%96%E7%A0%81/</link><description>Recent content in Url编码 on LeafCxy's Blog</description><generator>Hugo</generator><language>zh-cn</language><lastBuildDate>Thu, 10 Sep 2026 10:00:00 +0800</lastBuildDate><atom:link href="https://leafcxy.github.io/tags/url%E7%BC%96%E7%A0%81/index.xml" rel="self" type="application/rss+xml"/><item><title>编码与转换手段大全：URL、Base64、Hex、哈希一网打尽</title><link>https://leafcxy.github.io/posts/2026/09/encoding-and-conversion/</link><pubDate>Thu, 10 Sep 2026 10:00:00 +0800</pubDate><guid>https://leafcxy.github.io/posts/2026/09/encoding-and-conversion/</guid><description>&lt;p&gt;浏览器地址栏里的 &lt;code&gt;%E4%B8%AD&lt;/code&gt;、JWT 里那段 &lt;code&gt;eyJhbGciOiJIUzI1NiJ9...&lt;/code&gt;、邮件里偶尔见到的 &lt;code&gt;=E4=B8=AD&lt;/code&gt;、网页源码里的 &lt;code&gt;&amp;amp;amp;&lt;/code&gt;……这些看似乱码的字符串，其实都出自同一类东西：&lt;strong&gt;数据编码与转换&lt;/strong&gt;。&lt;/p&gt;
&lt;p&gt;上一篇&lt;a href="https://leafcxy.github.io/posts/2026/09/character-encoding/"&gt;《字符编码详解》&lt;/a&gt;讲的是&amp;quot;字符怎么存&amp;quot;（字符集与 UTF-8），这篇讲的是另一层——&lt;strong&gt;数据怎么传、怎么展示&lt;/strong&gt;：URL 里不能裸奔的字符、二进制怎么变成可见文本、数据完整性怎么校验。两者名字都带&amp;quot;编码&amp;quot;，但解决的问题完全不同，别混在一起。&lt;/p&gt;</description></item></channel></rss>