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 | ホ鷄 | 110011101110101001010000 | ceea50 |
EUC-JP | ホ鷄 | 10001110110011101111001110110001 | 8ecef3b1 |
UTF-8 | ホ鷄 | 111011111011111010001110111010011011011110000100 | efbe8ee9b784 |
UHC | ?鷄 | 001111111100110110101110 | 3fcdae |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)