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 | 蕭? | 111001010100101000111111 | e54a3f |
EUC-JP | 蕭? | 111010011010101100111111 | e9ab3f |
UTF-8 | 蕭뚊 | 111010001001010110101101111010111001101010001010 | e895adeb9a8a |
UHC | 蕭뚊 | 11100001110010111000110011001101 | e1cb8ccd |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)