byte-nibble-hex visualisierung: html-demo + slide #50

neue stufen-visualisierung (byte → 2 nibbles → 2 hex-ziffern → 4D/77/M)
ersetzt ascii-platzhalter durch sauberes html/css-demo + bg-fit png
This commit is contained in:
2026-04-24 09:44:59 +02:00
parent a941b81d37
commit 24d7e5f660
3 changed files with 191 additions and 4 deletions

View File

@@ -948,13 +948,15 @@ Farbbild: Rot + Grün + Blau
---
2⁸
<!-- _header: '' -->
<!-- _footer: '' -->
2⁴ 2⁴
![bg fit](./assets/demos/byte-nibble-hex.png)
16 16
<!--
Kernidee: jedes Byte lässt sich sauber in zwei 4-Bit-Hälften (Nibbles) zerlegen. Jede Hälfte hat 2⁴ = 16 Zustände und genau 16 Symbole hat Hex (0-F). Deshalb passt Hex perfekt: 1 Nibble = 1 Hex-Ziffer, 1 Byte = 2 Hex-Ziffern. Keine krumme Umrechnung.
-->
0-F 0-F
<!--
# Zahlensysteme