使用方法
- Select Encode or Decode mode using the segmented control。
- In Encode mode, optionally toggle "Also encode non-ASCII characters" to convert characters like é to é。
- Paste or type your text into the input field。
- Copy the result from the output field — all processing runs in your browser。
範例
- Encoding "<div>A & B</div>" produces <div>A & B</div>。
- Decoding "café" produces "café"; decoding "<script>" produces "<script>"。