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 | 廛彖 | 10011100010001001001110001100000 | 9c449c60 |
EUC-JP | 廛彖 | 11010111101001011101011111000001 | d7a5d7c1 |
UTF-8 | 廛彖 | 111001011011101110011011111001011011110110010110 | e5bb9be5bd96 |
UHC | 廛彖 | 11101110111110001101001110100111 | eef8d3a7 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)