編碼與解碼
在文字編碼與傳輸安全格式之間轉換。Base64、URL、Unicode 或 JWT 解碼——資料僅在瀏覽器中處理。
依任務選擇工具
每個主要搜尋意圖只對應一個規範工具,避免頁面互相搶流量。
- Base64 encode & decode text for APIs and Basic Auth涵蓋: base64 encode · base64 decode
- Unicode escape encode & decode (\uXXXX) for logs and JSON涵蓋: unicode escape
- URL percent-encode & decode query strings safely涵蓋: url encode · url decode
- Decode JWT header & payload claims in the browser涵蓋: jwt decode
- Convert numbers between binary, octal, decimal, and hex涵蓋: number base converter
- HTML entity encode & decode (named or numeric)涵蓋: html entity
- Backslash escape & unescape JSON string values涵蓋: backslash escape