WhatTheByte 1.0.5

License: Free ‎File size: 130.05 KB
‎Users Rating: 0.0/5 - ‎0 ‎votes

WhatTheByte let you see and translate your numerical data into its byte representation and show other interpretations of those bytes. Useful while working with communication, microcontrollers and byteLevel applications WhatTheByte let you see the byte values of any kind of data upto 32-bits (4 bytes) and at the same time translate and shows other interpretations of the same bytes Supported data types: - Unsigned Byte(s) (8bit unsigned integer) [ 0 to 255 value ] - ASCII (8bit encoded character) [ 0 to 255 value ] - Binary Int (32bit integer) [ 0b0 to 0b11111111111111111111111111111111 value ] - Hexadecimal Int (32bit integer) [ 0x0 to 0xFFFFFFFF value ] - Unsigned Short (16bit unsigned integer) [ 0 to 65535 value ] - Unsigned Int (32bit unsigned integer) [ 0 to 4294967295 value ] - Signed Byte(s) (8bit signed integer) [ -128 to 127 value ] - Signed Short (16bit signed integer) [ -32768 to 32767 value ] - Signed Int (32bit signed integer) [ -2147483648 to 2147483647 value ] - Signed Decimal (32bit, Float number) [ ±1.18×10−38 to ±3.4×1038 value ]

VERSION HISTORY

  • Version 1.0.4 posted on 2020-05-09
    Byte significance help-labels
  • Version 1.0.2 posted on 2018-08-22
    Support for android 9.0 (API28) Added
  • Version 1.0.2 posted on 2017-01-02
    32 bits data now can be shown and written through two 16 bits blocks (Words),Enhanced recognition of valid digits in every data input

Program Details