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 | 壯驅 | 10011010111000011110100101111011 | 9ae1e97b |
EUC-JP | 壯驅 | 11010100111000111111000111011100 | d4e3f1dc |
UTF-8 | 壯驅 | 111001011010001110101111111010011010100110000101 | e5a3afe9a985 |
UHC | 壯驅 | 11101101111000001100111111001100 | ede0cfcc |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)