How to Use
- Select the desired conversion mode (e.g., HTML escape, JSON escape) from the dropdown menu.
- Enter or paste the text you want to process in the input box on the left.
- The converted result will appear instantly on the right.
- Click 'Copy result' to copy the converted text to your clipboard.
Tips
- HTML escape converts characters like < > & " ' into their corresponding entities.
- JSON escape is useful for safely embedding strings into JSON data.
- Unicode escape converts non-ASCII characters into \uXXXX format.
- All conversions happen locally in your browser. Your data is never uploaded, ensuring privacy.