Tag

HEX

1 views collected around this technical thread.

Aikesheng Open Source Community
Aikesheng Open Source Community
Mar 30, 2022 · Databases

Understanding MySQL HEX/UNHEX Discrepancies and Disabling Binary‑as‑Hex Output

The article explains why MySQL's HEX and UNHEX functions sometimes return hexadecimal representations instead of plain strings, demonstrates the issue with example queries, clarifies the meaning of related functions, and shows how to disable the client’s binary‑as‑hex option to get correct output.

HEXMySQLSQL
0 likes · 7 min read
Understanding MySQL HEX/UNHEX Discrepancies and Disabling Binary‑as‑Hex Output
Test Development Learning Exchange
Test Development Learning Exchange
Jul 26, 2018 · Fundamentals

Python Built‑in Functions: hex(), oct(), bin(), chr() and ord()

This article explains the purpose, syntax, parameters, return values and typical usage examples of Python’s built‑in conversion functions hex(), oct(), bin(), chr() and ord(), including edge cases and custom class implementations.

HEXbinbuilt-in-functions
0 likes · 8 min read
Python Built‑in Functions: hex(), oct(), bin(), chr() and ord()