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 | ????? | 0011111100111111001111110011111100111111 | 3f3f3f3f3f |
SJIS-WIN | 蜈悟ケ」鬣 | 1110010110000101100011001110010110111001101000111110100110100101 | e5858ce5b9a3e9a5 |
EUC-JP | 蜈悟ケ」鬣 | 11101001111001011011100011100111100011101011100110001110101000111111001010100111 | e9e5b8e78eb98ea3f2a7 |
UTF-8 | 蜈悟ケ」鬣 | 111010001001110010001000111001101000001010011111111011111011110110111001111011111011110110100011111010011010110010100011 | e89c88e6829fefbdb9efbda3e9aca3 |
UHC | 蜈悟??? | 11101000101001011110011111110110001111110011111100111111 | e8a5e7f63f3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)