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 | 畊瓰 | 11100001010110001110000101000110 | e158e146 |
EUC-JP | 畊瓰 | 11100001101110011110000110100111 | e1b9e1a7 |
UTF-8 | 畊瓰 | 111001111001010110001010111001111001001110110000 | e7958ae793b0 |
UHC | ?? | 0011111100111111 | 3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)