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 | 滸鶸 | 10011111111101011110101001010011 | 9ff5ea53 |
EUC-JP | 滸鶸 | 11011110111101111111001110110100 | def7f3b4 |
UTF-8 | 滸鶸 | 111001101011101110111000111010011011011010111000 | e6bbb8e9b6b8 |
UHC | 滸? | 111110111100101000111111 | fbca3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)