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 | 」蓁 | 101000111110010011101011 | a3e4eb |
EUC-JP | 」蓁 | 10001110101000111110100011101101 | 8ea3e8ed |
UTF-8 | 」蓁 | 111011111011110110100011111010001001001110000001 | efbda3e89381 |
UHC | ?? | 0011111100111111 | 3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)