정승아forCodeSnapcodesnapmag.hashnode.dev·Dec 12, 2024문자 인코딩 탐구 - Part 2: UTF-16, UTF-8, BOM, 자기 동기화 등원문: David Varghese, "Character Encoding Explored - Part 2: UTF-16, UTF-8, BOM, Self-Synchronization & More" 이전 글에 이어서 진행하겠습니다. 이번에는 UTF-16 및 UTF-8 인코딩 방식에 대해 살펴볼 예정입니다. 이후, BOM과 유니코드 인식 함수에 대해 알아볼 것이며 마지막으로 문자 인코딩이 자기 동기화된다는 것이 무엇을 의미하는지에 대해 다룰 것입니다...2 likesDecember 2024character encoding
Cloud Tunedcloudtuned.hashnode.dev·Jul 2, 2024Base16 Encoding (Hexadecimal) - The BasicsBase16 Encoding (Hexadecimal) - The Basics Base16 encoding, commonly known as hexadecimal or simply hex, is a numeral system that uses 16 distinct symbols to represent values. These symbols are the digits 0-9 and the letters A-F (or a-f). Hexadecimal...96 readsbase16
Hichem MGpythononline.hashnode.dev·Jul 1, 2024Non-Printing Characters: A Guide for ProgrammersNon-printing characters, often overlooked in the world of programming, play a crucial role in various computing tasks. Unlike regular characters, which display visual symbols, non-printing characters are invisible and serve special purposes within te...unicode
Cloud Tunedcloudtuned.hashnode.dev·Jul 1, 2024Base32 Encoding - The BasicsBase32 Encoding Base32 encoding is a method for converting binary data into a text format using a set of 32 different characters. It is used to encode binary data in situations where text-based formats are required, such as in URLs, file names, or da...base32
Cloud Tunedcloudtuned.hashnode.dev·Jun 30, 2024Base64 Encoding - The BasicsBase64 encoding is a method for converting binary data into a text format using a specific set of 64 characters. This encoding technique is particularly useful for transmitting binary data over media that are designed to handle textual data, such as ...base64encoding
TheWasmFrontier2mindev.hashnode.dev·Nov 11, 2023Lets change the way you see charactersImagine surfing the web without text. No articles, no blog posts, no comments, no social media posts. Just images, videos, and audio. It would be a pretty boring internet, wouldn't it? So how do browsers store all of that text? It's pretty simple. Br...JavaScript
Advenaadvena.hashnode.dev·Oct 23, 2023Binary and Encoding FormatsPeople are good with text, computers are good with numbers Anna Henningsen When people do things with computers, they tend to work in text forms, whether that's programs, or whether that is some other input that they give to the computer. The idea...206 readsbinary