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 | 陳?? | 10010010110000100011111100111111 | 92c23f3f |
EUC-JP | 陳?? | 11000100110001000011111100111111 | c4c43f3f |
UTF-8 | 陳샹뤗 | 111010011001100110110011111011001000001110111001111010111010010010010111 | e999b3ec83b9eba497 |
UHC | 陳샹뤗 | 111100101110011110111100101001111000111111000111 | f2e7bca78fc7 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)