Skip to content

Web tool to edit characters based on Unicode code points.

Notifications You must be signed in to change notification settings

hiroyuki-komatsu/charcode

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

60 Commits
 
 
 
 

Repository files navigation

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

About

Web tool to edit characters based on Unicode code points.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages