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 | 癬辱 | 11100001100111011001000001001010 | e19d904a |
EUC-JP | 癬辱 | 11100001111111011011111110101011 | e1fdbfab |
UTF-8 | 癬辱 | 111001111001100110101100111010001011111010110001 | e799ace8beb1 |
UHC | 癬辱 | 11100000110010001110100110110100 | e0c8e9b4 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)