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 | 鞏顰 | 11101000110111011110100011111100 | e8dde8fc |
EUC-JP | 鞏顰 | 11110000110111111111000011111110 | f0dff0fe |
UTF-8 | 鞏顰 | 111010011001111010001111111010011010000110110000 | e99e8fe9a1b0 |
UHC | 鞏? | 110011011111100100111111 | cdf93f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)