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 | 損淡 | 10010001101110011001001001010111 | 91b99257 |
EUC-JP | 損淡 | 11000010101110111100001110111000 | c2bbc3b8 |
UTF-8 | 損淡 | 111001101001000010001101111001101011011110100001 | e6908de6b7a1 |
UHC | 損淡 | 11100001110111111101001110111111 | e1dfd3bf |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)