Mathematics
Vectors
Matrices
Vector Space
Algebra
Calculus
Logic
Analytic Geometry
Statistics & Probability
Geometry
Physics
Mechanics
Units & Constants
Electronics
Circuits
Computer Science
Encoding
Computer
Languages
Machine Learning
Clustering
Optimization
Regression
AI
Neural Network
Finance
Options
Fixed Income
Help
Contact us
Index
Search
Version history
Login
Logout
Computer Science
Encoding: Decimal Number Encoding
Encoding
ASCII Table
Integer Encoding
Decimal Number
Encoding
Character Encoding
QR Code
Unicodes
Cryptography
Computer
Languages
Decimal Number Encoding
Note:
Single-precission floating-point numbers are represented using IEEE 754 32 bit standard
Double-precission floating-point numbers are represented using IEEE 754 64 bit standard
Fixed point representation is calculated only for numbers in the range (-2
52
, -2
-52
) ∪ (2
-52
, 2
52
), with the precision of ± 2
-52
Decimal number
Single-precission floating point
Hexadecimal encoding
Sign
0
31
Exponent
0
0
0
0
0
0
0
0
30
23
Mantissa (fraction)
0
0
0
0
0
0
0
0
0
0
0
0
0
0
0
0
0
0
0
0
0
0
0
22
0
Double-precission floating point
Hexadecimal encoding
Sign
0
63
Exponent
0
0
0
0
0
0
0
0
0
0
0
62
52
Mantissa (fraction)
0
0
0
0
0
0
0
0
0
0
0
0
0
0
0
0
0
0
0
0
0
0
0
0
0
0
0
0
0
0
0
0
0
0
0
0
0
0
0
0
0
0
0
0
0
0
0
0
0
0
0
0
51
0
Fixed point
Convert
Send