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 | 第紗賈壕? | 100100011110011010001110110100011110011011001001100011011000100000111111 | 91e68ed1e6c98d883f |
EUC-JP | 第紗賈壕? | 110000101110100010111100110100111110110011001011101110011110100000111111 | c2e8bcd3eccbb9e83f |
UTF-8 | 第紗賈壕렞 | 111001111010110010101100111001111011010010010111111010001011001110001000111001011010001110010101111010111010000010011110 | e7acace7b497e8b388e5a395eba09e |
UHC | 第紗賈壕렞 | 11110000101011111101111011101001110010101011100111111011101111011000111010101111 | f0afdee9cab9fbbd8eaf |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)