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 | 蟠ゃ | 11100101101101001000001011100001 | e5b482e1 |
EUC-JP | 蟠ゃ | 11101010101101101010010011100011 | eab6a4e3 |
UTF-8 | 蟠ゃ | 111010001001111110100000111000111000001010000011 | e89fa0e38283 |
UHC | 蟠ゃ | 11011010111101101010101011100011 | daf6aae3 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)