Skip to content

Latest commit

 

History

History
31 lines (20 loc) · 1.07 KB

File metadata and controls

31 lines (20 loc) · 1.07 KB

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