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 | 膈蜈 | 11100100010011001110010110000101 | e44ce585 |
EUC-JP | 膈蜈 | 11100111101011011110100111100101 | e7ade9e5 |
UTF-8 | 膈蜈 | 111010001000011010001000111010001001110010001000 | e88688e89c88 |
UHC | 膈蜈 | 11001100101011101110100010100101 | ccaee8a5 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)