tinker-text-encoder
A text encoding and decoding tool for TINKER, supporting URL encoding, Morse code, and Unicode conversions.

Features
- URL encoding — encode and decode text using URL percent-encoding (encodeURIComponent)
- Morse code — convert text to Morse code and decode Morse code back to text
- Unicode encoding — encode non-ASCII characters to
\uXXXXescape sequences and decode them back - Encode & decode — one-click encode or decode between the input and output panels
- Clipboard support — paste text from clipboard into the input, or copy the output to clipboard
- Clear text — clear input or output with one click
- State persistence — input text, output text, and encoding type are automatically saved and restored
Usage
- Select an Encoding Type from the toolbar: URL Encoding, Morse Code, or Unicode
- Enter or paste text in the Input panel
- Click Encode to encode the text, or Decode to decode it
- The result appears in the Output panel
- Click Copy to copy the result to clipboard