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 | 蔡珮 | 11100100111011111110000011100001 | e4efe0e1 |
EUC-JP | 蔡珮 | 11101000111100011110000011100011 | e8f1e0e3 |
UTF-8 | 蔡珮 | 111010001001010010100001111001111000111110101110 | e894a1e78fae |
UHC | 蔡? | 111100111111100100111111 | f3f93f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)