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 | 鴉덁 | 111010011011010010001001111010111000110110000001 | e9b489eb8d81 |
UHC | 鴉덁 | 11100100101111001000100011100100 | e4bc88e4 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)