To what bitstring a character(s) is encoded in each character set?
Input one character or short letters and click "Convert."
Charset | Character | Bit string (binary) | Bit String (hexadecimal) |
---|---|---|---|
ISO-8859-1 | ?????jF | 00111111001111110011111100111111001111110110101001000110 | 3f3f3f3f3f6a46 |
SJIS-WIN | 晶諶ァ失jF | 1000111110111011111110011100010011111011101010101010011110001110101110000110101001000110 | 8fbbf9c4fbaaa78eb86a46 |
EUC-JP | 晶?諶ァ失jF | 101111101011110100111111100011111101111010110101100011101010011110111100101110100110101001000110 | bebd3f8fdeb58ea7bcba6a46 |
UTF-8 | 晶諶ァ失jF | 1110011010011001101101101110111010011100100111111110100010101011101101101110111110111101101001111110010110100100101100010110101001000110 | e699b6ee9c9fe8abb6efbda7e5a4b16a46 |
UHC | 晶?諶?失jF | 11101111110111000011111111100100101001100011111111100011111101110110101001000110 | efdc3fe4a63fe3f76a46 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)