# Encoding Schemes Projects at AI Tinkerers

> Canonical HTML: https://aitinkerers.org/technologies/encoding-schemes
> Markdown URL: https://aitinkerers.org/technologies/encoding-schemes.md
> Technology record last updated: 2026-05-01T01:33:47Z
> Generated: 2026-08-26T13:12:43Z

Encoding Schemes are the critical rulesets that map abstract data (like text characters or binary files) to a standardized binary format for reliable storage and network transmission.

This technology is fundamental: it defines how a computer converts human-readable data into machine-readable bits (0s and 1s). The scheme ensures compatibility across disparate systems. For text, early standards like ASCII used 7 bits to represent 128 characters, primarily English. Modern global systems rely on Unicode encodings: UTF-8, for instance, is a variable-width scheme using 1 to 4 bytes per character, making it the dominant choice for the web (over 98% of sites). Beyond character sets, schemes like Base64 convert binary data (images, files) into a 64-character ASCII string, allowing safe transmission over text-only protocols like email.

- Official technology site: https://en.wikipedia.org/wiki/Character_encoding
- Public AI Tinkerers demos and talks: 1
- Result page: 1 of 1

## Recent Public Talks and Demos

### [How and why we use AI for creating serialized apparel](https://portland.aitinkerers.org/talks/rsvp_UfkXRFqKpd8)

Spot Vision uses machine learning to encode a digital record into graphic designs by introducing slight variations to the designs. These variations allows us to serialize the millions of items so that each is slightly different but still fitting a shared design intent. Designs can be read or authenticated by visually scanning. We will be demonstrating examples of serialized apparel covering a broad artistic range and talk about how AI drives optimization of encoding schemes and robust decoding from curved, obscured, and wrinkled surfaces.

- Event context: AI Tinkerers Portland Inaugural Meetup - July — 2024-07-24 — Portland
- Public talk page: https://portland.aitinkerers.org/talks/rsvp_UfkXRFqKpd8

## Related Technologies

- [BERT](https://aitinkerers.org/technologies/bert) ([Markdown](https://aitinkerers.org/technologies/bert.md)) — 179 public demos
- [DCGAN](https://aitinkerers.org/technologies/dcgan) ([Markdown](https://aitinkerers.org/technologies/dcgan.md)) — 1 public demo
- [GPT-3](https://aitinkerers.org/technologies/gpt-3) ([Markdown](https://aitinkerers.org/technologies/gpt-3.md)) — 191 public demos
- [GPT-4](https://aitinkerers.org/technologies/gpt-4) ([Markdown](https://aitinkerers.org/technologies/gpt-4.md)) — 529 public demos
- [Keras](https://aitinkerers.org/technologies/keras) ([Markdown](https://aitinkerers.org/technologies/keras.md)) — 74 public demos
- [Machine Learning](https://aitinkerers.org/technologies/machine-learning) ([Markdown](https://aitinkerers.org/technologies/machine-learning.md)) — 20 public demos
- [ONNX](https://aitinkerers.org/technologies/onnx) ([Markdown](https://aitinkerers.org/technologies/onnx.md)) — 83 public demos
- [ProGAN](https://aitinkerers.org/technologies/progan) ([Markdown](https://aitinkerers.org/technologies/progan.md)) — 1 public demo
- [PyTorch](https://aitinkerers.org/technologies/pytorch) ([Markdown](https://aitinkerers.org/technologies/pytorch.md)) — 273 public demos
- [scikit-learn](https://aitinkerers.org/technologies/scikit-learn) ([Markdown](https://aitinkerers.org/technologies/scikit-learn.md)) — 83 public demos
- [Spot Vision](https://aitinkerers.org/technologies/spot-vision) ([Markdown](https://aitinkerers.org/technologies/spot-vision.md)) — 1 public demo
- [StyleGAN](https://aitinkerers.org/technologies/stylegan) ([Markdown](https://aitinkerers.org/technologies/stylegan.md)) — 2 public demos
- [StyleGAN2](https://aitinkerers.org/technologies/stylegan2) ([Markdown](https://aitinkerers.org/technologies/stylegan2.md)) — 3 public demos
- [StyleGAN3](https://aitinkerers.org/technologies/stylegan3) ([Markdown](https://aitinkerers.org/technologies/stylegan3.md)) — 1 public demo
- [TensorFlow](https://aitinkerers.org/technologies/tensorflow) ([Markdown](https://aitinkerers.org/technologies/tensorflow.md)) — 90 public demos
- [WGAN-GP](https://aitinkerers.org/technologies/wgan-gp) ([Markdown](https://aitinkerers.org/technologies/wgan-gp.md)) — 1 public demo
