Reload   |       |   Regular Calculator   |   other stuff: strange-code.de   |   other other stuff: diy-homeworks.de
DEC: (0)   
HEX, BIN, OCT and BCD representations based on absolute value of DEC. (sign is ignored)
HEX: (0)
BIN: (0)
OCT: (0)  
BCD: (0)  

 Quad-Word representation. Respects sign of decimal value. Click on the digits to turn them on/off.
| | | | | 63 31 15 7 0 - bit position 9,223,372,036,854,775,808 (9.2 Trio.) 2,147,483,648 32,768 128 1 - bit value
Color Scheme:


Floating point interpretation (Little Endian \\ limited to the precision of the 'Number' class)
Type Sign Exponent Significand Value
32bit (float) + 0 0 0.0
64bit (double) + 0 0 0.0
NOTE: no +/-INF or NaN detection for 'double' values (yet)
 
HTML Color Color R G B
#
 

  Little Endian
(LSB..MSB)
Big Endian
(MSB..LSB)
Memory addresses count left-to-right (00, 01, 02, ..., n)
Bytewise - -
Wordwise - -

Unicode interpretations of the current bit pattern.  
Value
hex
UTF-8
code point
UTF-8
character
UTF-16BE
code point
UTF-16BE
character
ASCII
character
0x n/d n/d n/d n/d n/d
0x n/d n/d n/d n/d n/d
0x n/d n/d n/d n/d n/d
0x n/d n/d n/d n/d n/d
n/d = not defined, <ctrl> = control codes
 
Char: -

UTF-8 code point: U+
 

Binary & Arithmetic Operations 1st operand corresponds to main value (see above)  
  HEX DEC BIN
1st Operand: -
     
2nd Operand: -
Result: -
Tools:

Other interpretations of the current bit pattern.
Data type Value Size Comment
Unix Timestamp - 32bit unsigned seconds since 1. Jan 1970 00:00:00 UTC (GMT, leap seconds are ignored)
IPv4 Address - 32bit unsigned read as 4 groups of 8bit
Roman Numeral - 10,000,000 max L = 50 / C = 100 / D = 500 / M = 1,000 / V = 5,000 / X = 10,000 / ... / M = 1,000,000

Convert main value to "any" base.
Base: (Range: base 2 .. base 36) (Pitman Notation)
Value: (0)
Current main value:
Dec: -
Hex: -

ASCII Text representation (limited to the lower 64 bytes)
(Character symbols depend on system character set (currently: ), browser settings and font)
n/a = non ASCII, <ctrl> = control codes

UTF-8 Text representation (limited to the lower 64 bytes)


by pleXus | V3.2 | 2015 - 2019   -   open last version of V2.xx