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 | 聖蕭 | 10010000101110011110010101001010 | 90b9e54a |
EUC-JP | 聖蕭 | 11000000101110111110100110101011 | c0bbe9ab |
UTF-8 | 聖蕭 | 111010001000000110010110111010001001010110101101 | e88196e895ad |
UHC | 聖蕭 | 11100001101000011110000111001011 | e1a1e1cb |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)