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 | ??? | 001111110011111100111111 | 3f3f3f |
SJIS-WIN | 狡瑯瑰 | 111000001100001011100000111001011110000011110001 | e0c2e0e5e0f1 |
EUC-JP | 狡瑯瑰 | 111000001100010011100000111001111110000011110011 | e0c4e0e7e0f3 |
UTF-8 | 狡瑯瑰 | 111001111000101110100001111001111001000110101111111001111001000110110000 | e78ba1e791afe791b0 |
UHC | 狡瑯? | 1100111011101010110101011100101100111111 | ceead5cb3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)