Skip to content
Cybersecurity & Code Insights '25
Radix characters
Initializing search
grimy86.github.io
Home
Learn Programming
Windows Internals
Reverse Engineering
Networks & CyberSecurity
About
Cybersecurity & Code Insights '25
grimy86.github.io
Home
Learn Programming
Learn Programming
C#
C#
Level 1
Level 2
Level 3
Level 4
C++
C++
C/C++ Summary
Assembly
Assembly
Architecture
Syntax
Syntax
Reserved words
Radix characters
Radix characters
Table of contents
Example
Character constants
Identifiers
Declaring variables
Operator Presedence
How to compile
Software Architecture & Patterns
Software Architecture & Patterns
Pattern Matching
SOLID Principles
Class Relationships
Design Patterns
Common Architectures
Windows Internals
Reverse Engineering
Networks & CyberSecurity
About
Table of contents
Example
Radix characters
¶
[+ | -] digits [radix]
h - Hex
d - Dec
b - Bin
Example
¶
30d, 6Ah, 42, 1101b
Back to top