Skip to content

Web app that shows utf-8 encoding. Type or paste a string and the encoding of each cointpoint will be displayed.

Notifications You must be signed in to change notification settings

davidxcheng/utf-8-illustrator

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

61 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

The UTF-8 Illustrator

image

Online tool where you can type chars (or emoji) and see what it looks like when utf-8 encoded.

Try it out 👀

Learn more/everything about UTF-8, Unicode & emoji!

Shout out to some great resources about utf-8, Unicode, emoji etc:

Local development

For local development on http://localhost:8000, first run npm install and then:

npm run dev &
tsc --watch &

Note to self: list background tasks with jobs and use kill %{jobId} to stop a task.

About

Web app that shows utf-8 encoding. Type or paste a string and the encoding of each cointpoint will be displayed.

Topics

Resources

Stars

Watchers

Forks