Hier werden die Unterschiede zwischen zwei Versionen angezeigt.
| Beide Seiten der vorigen Revision Vorhergehende Überarbeitung Nächste Überarbeitung | Vorhergehende Überarbeitung | ||
|
utf8 [2025/05/07 09:15] admin |
utf8 [2025/05/07 09:18] (aktuell) admin |
||
|---|---|---|---|
| Zeile 1: | Zeile 1: | ||
| - | [[https:// | + | UTF-8 ist eine Methode, [[Unicode]]-Zeichen |
| + | |||
| + | Beispiel: | ||
| + | |||
| + | Vorteile: | ||
| + | |||
| + | * Abwärtskompatibel zu ASCII. | ||
| + | * Effizient für englische Texte. | ||
| + | * Weltweit am häufigsten verwendetes Format (z. B. im Web, in JSON, HTML, etc.). | ||
| + | |||
| ^ Bits of code point ^ First code point ^ Last code point ^ Bytes in sequence ^ Byte 1 ^ Byte 2 ^ Byte 3 ^ Byte 4 ^ Byte 5 ^ Byte 6 ^ | ^ Bits of code point ^ First code point ^ Last code point ^ Bytes in sequence ^ Byte 1 ^ Byte 2 ^ Byte 3 ^ Byte 4 ^ Byte 5 ^ Byte 6 ^ | ||