Skip to content

ziadoz/utf8-to-bytes

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

43 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

UTF-8 to Bytes

A webpage that displays UTF-8 strings as individual bytes.

Inspired by Bytes: The Lesser-Known Python Built-In Sequence • And Understanding UTF-8 Encoding by Stephen Gruppetta.

Development

Run a PHP static web server and then access http://localhost:8000:

php -S localhost:8000  

Notes

I used modern web development practices to build this project:

  • CSS Layers, Nesting, Grid, Flexbox, Has and Variables
  • JS Importmaps
  • Web Components

Resources

About

A webpage that displays UTF-8 strings as individual bytes.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published