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 | 鄒擎 | 11100111101111101111101011001100 | e7befacc |
EUC-JP | 鄒擎 | 1110111011000000100011111100000110100110 | eec08fc1a6 |
UTF-8 | 鄒擎 | 111010011000010010010010111001101001001110001110 | e98492e6938e |
UHC | 鄒擎 | 11110101110110111100110011010110 | f5dbccd6 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)