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 | ?? | 0011111100111111 | 3f3f |
SJIS-WIN | 肢狼 | 10001110100010001001100001010100 | 8e889854 |
EUC-JP | 肢狼 | 10111011111010001100111110110101 | bbe8cfb5 |
UTF-8 | 肢狼 | 111010001000001010100010111001111000101110111100 | e882a2e78bbc |
UHC | 肢狼 | 11110010101101101101010111001001 | f2b6d5c9 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)