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 | 舮鷺 | 11100100100001001000110111101011 | e4848deb |
EUC-JP | 舮鷺 | 11100111111001001011101011101101 | e7e4baed |
UTF-8 | 舮鷺 | 111010001000100010101110111010011011011110111010 | e888aee9b7ba |
UHC | ?鷺 | 001111111101011011011100 | 3fd6dc |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)