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 | 鄒斐 | 11100111101111101001010011100011 | e7be94e3 |
EUC-JP | 鄒斐 | 11101110110000001100100011100101 | eec0c8e5 |
UTF-8 | 鄒斐 | 111010011000010010010010111001101001011010010000 | e98492e69690 |
UHC | 鄒斐 | 11110101110110111101110111101100 | f5dbddec |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)