Tag

ASCII

0 views collected around this technical thread.

Lobster Programming
Lobster Programming
Feb 27, 2025 · Fundamentals

Why Garbled Characters Appear: Exploring ASCII, GB2312, GBK & Unicode

This article explains how character encoding works—from ASCII and its extensions to Chinese GB2312 and GBK, through Unicode's UCS‑2, UCS‑4, and the versatile UTF‑8—showing why mismatched encodings produce garbled text and why UTF‑8 is the default in Spring Boot.

ASCIIGB2312GBK
0 likes · 9 min read
Why Garbled Characters Appear: Exploring ASCII, GB2312, GBK & Unicode
Test Development Learning Exchange
Test Development Learning Exchange
Jul 29, 2024 · Fundamentals

Creating a Matrix‑Style Code Rain Effect in the Terminal with Python

This article explains how to generate the iconic green falling‑character “code rain” effect from The Matrix in a terminal using Python, detailing the required script, ASCII character set, matrix update logic, and optional ANSI color enhancements.

ANSI colorsASCIICode Rain
0 likes · 4 min read
Creating a Matrix‑Style Code Rain Effect in the Terminal with Python
Top Architecture Tech Stack
Top Architecture Tech Stack
Feb 23, 2024 · Fundamentals

Understanding Character Encoding: ASCII, GB2312, Unicode, and UTF-8

This article explains the history, purpose, and differences of major character encodings—including ASCII, GB2312, Unicode, and UTF-8—while showing how they are used and converted in modern computing environments.

ASCIIGB2312UTF-8
0 likes · 11 min read
Understanding Character Encoding: ASCII, GB2312, Unicode, and UTF-8
php中文网 Courses
php中文网 Courses
Sep 22, 2023 · Backend Development

Using PHP ord() Function to Retrieve ASCII Values of Characters

This article explains PHP's built-in ord() function, detailing its syntax, parameters, return values, and usage examples—including single character, string, and looped character processing—while noting its limitations with multibyte characters and providing guidance on handling such cases.

ASCIIordphp-functions
0 likes · 4 min read
Using PHP ord() Function to Retrieve ASCII Values of Characters
360 Tech Engineering
360 Tech Engineering
Jul 18, 2023 · Fundamentals

Understanding Characters, Character Sets, and Encoding: From ASCII to Unicode

This article explains the concepts of characters, character sets, and character encoding, describes how computers store and render text using methods like ASCII, GB2312, Unicode, and UTF‑8/16/32, and discusses why garbled text occurs across different languages and systems.

ASCIIUTF-8Unicode
0 likes · 10 min read
Understanding Characters, Character Sets, and Encoding: From ASCII to Unicode
Tencent Cloud Developer
Tencent Cloud Developer
May 17, 2022 · Fundamentals

A Comprehensive History and Overview of Character Encoding and Unicode

The article traces character encoding from early telegraph and Morse code through ASCII, ISO national sets and Chinese standards, explains Unicode’s unification and its UTF‑8/‑16/‑32 forms, and shows how modern languages—especially JavaScript—handle code points, highlighting the cultural and technical significance for developers.

ASCIIHistoryJavaScript
0 likes · 31 min read
A Comprehensive History and Overview of Character Encoding and Unicode
IT Services Circle
IT Services Circle
Mar 4, 2022 · Fundamentals

Understanding Character Encoding: From GBK and UTF-8 to Unicode

This tutorial explains the origins and evolution of character encoding, covering early ASCII, Chinese GBK/GB18030, the universal Unicode standard, UTF‑8 variable‑length encoding, and practical differences between Python 2 and Python 3 with code examples.

ASCIIGBKPython
0 likes · 9 min read
Understanding Character Encoding: From GBK and UTF-8 to Unicode
Python Programming Learning Circle
Python Programming Learning Circle
Mar 9, 2021 · Fundamentals

Understanding How Input Methods Encode Characters and Code Pages

This article explains the process by which keyboard input is transformed into ASCII codes, how input methods map those codes to proprietary encodings, the role of code pages and fonts in rendering characters, and the use of Unicode, BOM, and endianness when saving text files.

ASCIIUnicodecharacter encoding
0 likes · 3 min read
Understanding How Input Methods Encode Characters and Code Pages
macrozheng
macrozheng
Feb 8, 2021 · Fundamentals

Why Do You See “锟斤拷” in Text? Uncover the Encoding Mystery

This article explains how character encoding works, using ASCII, Unicode, UTF‑8 and GBK examples to reveal why the garbled string “锟斤拷” appears when mismatched encodings are processed, and shows the underlying byte‑level transformations.

ASCIIGBKUTF-8
0 likes · 4 min read
Why Do You See “锟斤拷” in Text? Uncover the Encoding Mystery
Sohu Tech Products
Sohu Tech Products
Dec 25, 2019 · Fundamentals

Understanding ASCII: Standards, Python and Rust Implementations

This article introduces the ASCII encoding standard defined in RFC20, explains its binary mapping and character ranges, demonstrates Python's built‑in ord/chr functions, and provides a custom Rust crate implementing equivalent ASCII conversion utilities with testing examples.

ASCIIPythonRFC20
0 likes · 9 min read
Understanding ASCII: Standards, Python and Rust Implementations
Architects' Tech Alliance
Architects' Tech Alliance
May 23, 2017 · Fundamentals

The Evolution of ASCII, RS‑232, and Early Computer Terminals

This article chronicles the historical development of ASCII, RS‑232, early hardware terminals, modems, 36‑bit systems, and related Unix terminology, explaining how these once‑common technologies shaped modern computing and why their legacy still matters today.

36-bitASCIIBBS
0 likes · 23 min read
The Evolution of ASCII, RS‑232, and Early Computer Terminals