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.
Run a PHP static web server and then access http://localhost:8000:
php -S localhost:8000
I used modern web development practices to build this project:
- CSS Layers, Nesting, Grid, Flexbox, Has and Variables
- JS Importmaps
- Web Components