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 | 鴉며 | 111010011011010010001001111010111010100110110000 | e9b489eba9b0 |
UHC | 鴉며 | 11100100101111001011100011100111 | e4bcb8e7 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)