Skip to content

Latest commit

 

History

History
17 lines (14 loc) · 435 Bytes

README.md

File metadata and controls

17 lines (14 loc) · 435 Bytes

charcode

Web tool to edit characters based on Unicode code points.

Demo: hiroyuki-komatsu.github.io/charcode

Features

  • Conversion from an encoding to other encoding.
    • e.g. abc (plan text) → %61%62%63 (UTF8 %NN)
  • Modification per code point with drag and drop.

Supported encodings

  • plain text
  • UTF32 &#xNNNN;
  • UTF32 \u{NNNN}
  • UTF16 \uNNNN
  • UTF8 \xNN
  • UTF8 %NN