主题
标记为「encode」
5 篇
全部主题
- 资源ToolBase64 Encoder/DecoderEncode text to Base64 or decode it back. UTF-8 safe via TextEncoder/TextDecoder. Pasting binary headers, decoding JWT bodies, dropping images into data URIs — Base64 is the lingua franca.
- 资源ToolURL Encoder/DecoderRound-trip query strings and path segments through encodeURI / encodeURIComponent. Debugging redirects and OAuth callbacks goes faster when you can see the percent-encoded shape directly.
- 资源ToolHTML Entity EncoderEncode &, <, >, and non-ASCII characters into named or numeric HTML entities. Round-trip decoder too. Embedding code snippets in HTML or escaping copy for an email template without manual find-replace.
- 资源ToolUTM BuilderCompose UTM-tagged URLs for campaigns. Source, medium, campaign, term, content — auto-encoded, one-click copy. Marketing-grade links should not require remembering five parameter names every time.
- 资源ToolMorse CodeTwo-way text ↔ Morse converter. International alphabet, `/` between words, single space between letters. The kind of utility that's only needed twice a year — but really needed those two times.