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 | 襾? | 111001100100011100111111 | e6473f |
EUC-JP | 襾鰑 | 1110101110101000100011111110101110101001 | eba88feba9 |
UTF-8 | 襾鰑 | 111010001010010110111110111010011011000010010001 | e8a5bee9b091 |
UHC | ?? | 0011111100111111 | 3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)