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 | 鳥鞨? | 1001001010111001111010001110000000111111 | 92b9e8e03f |
EUC-JP | 鳥鞨? | 1100010010111011111100001110001000111111 | c4bbf0e23f |
UTF-8 | 鳥鞨렯 | 111010011011001110100101111010011001111010101000111010111010000010101111 | e9b3a5e99ea8eba0af |
UHC | 鳥鞨렯 | 111100001110100011001010111010101000111010111100 | f0e8caea8ebc |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)