Skip to content

Latest commit

 

History

History
30 lines (19 loc) · 1014 Bytes

README.md

File metadata and controls

30 lines (19 loc) · 1014 Bytes

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