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 | ????B | 0011111100111111001111110011111101000010 | 3f3f3f3f42 |
SJIS-WIN | 繒???B | 111110111000111100111111001111110011111101000010 | fb8f3f3f3f42 |
EUC-JP | 繒???B | 10001111110101001101010000111111001111110011111101000010 | 8fd4d43f3f3f42 |
UTF-8 | 繒ㅷ렏렣B | 11100111101110011001001011100011100001011011011111101011101000001000111111101011101000001010001101000010 | e7b992e385b7eba08feba0a342 |
UHC | 繒ㅷ렏렣B | 111100011111100110100100111001111000111010100101100011101011010001000010 | f1f9a4e78ea58eb442 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)