CS208, Wednesday 19 Jan 2022

Fire up VS Code now

You'll need it in later in class

Questions

Binary numbers

A little more history

Encodings

Experiment

Open up my tiny encoding tool

Copy these four items into a text file in VS Code and save it as "experiment-utf8.txt" or something like that.

Then use "hexdump -C filename" to take a look.

Then Save-As to formats UTF-8 with BOM

UTF-8

UTF-8 chart
from Wikipedia