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 | 鴉? | 111010011110101100111111 | e9eb3f |
EUC-JP | 鴉? | 111100101110110100111111 | f2ed3f |
UTF-8 | 鴉☏ | 111010011011010010001001111000101001100010001111 | e9b489e2988f |
UHC | 鴉☏ | 11100100101111001010001011001110 | e4bca2ce |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)