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 | 鴉덀 | 111010011011010010001001111010111000110110000000 | e9b489eb8d80 |
UHC | 鴉덀 | 11100100101111001000100011100011 | e4bc88e3 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)