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 | 頌璢 | 11101000111100011110000011100011 | e8f1e0e3 |
EUC-JP | 頌璢 | 11110000111100111110000011100101 | f0f3e0e5 |
UTF-8 | 頌璢 | 111010011010000010001100111001111001001010100010 | e9a08ce792a2 |
UHC | 頌? | 111000011110101100111111 | e1eb3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)