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 | ??? | 001111110011111100111111 | 3f3f3f |
SJIS-WIN | 竟・謫 | 1110100011101101101001011110011010010011 | e8eda5e693 |
EUC-JP | 竟・謫 | 111100001110111110001110101001011110101111110011 | f0ef8ea5ebf3 |
UTF-8 | 竟・謫 | 111001111010101110011111111011111011110110100101111010001010110010101011 | e7ab9fefbda5e8acab |
UHC | 竟?謫 | 1100110011100101001111111110111011100011 | cce53feee3 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)