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 | 關貼 | 11101000100100001001001101011100 | e890935c |
EUC-JP | 關貼 | 11101111111100001100010110111101 | eff0c5bd |
UTF-8 | 關貼 | 111010011001011110011100111010001011001010111100 | e9979ce8b2bc |
UHC | 關貼 | 11001110101111001111010011100100 | cebcf4e4 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)