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 | ????G | 0011111100111111001111110011111101000111 | 3f3f3f3f47 |
SJIS-WIN | 繒???G | 111110111000111100111111001111110011111101000111 | fb8f3f3f3f47 |
EUC-JP | 繒???G | 10001111110101001101010000111111001111110011111101000111 | 8fd4d43f3f3f47 |
UTF-8 | 繒ㅸ렪렊G | 11100111101110011001001011100011100001011011100011101011101000001010101011101011101000001000101001000111 | e7b992e385b8eba0aaeba08a47 |
UHC | 繒ㅸ렪렊G | 111100011111100110100100111010001000111010111000100011101010000101000111 | f1f9a4e88eb88ea147 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)