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 | 釋薛 | 11100111110101111110010101001100 | e7d7e54c |
EUC-JP | 釋薛 | 11101110110110011110100110101101 | eed9e9ad |
UTF-8 | 釋薛 | 111010011000011110001011111010001001011010011011 | e9878be8969b |
UHC | 釋薛 | 11100000101101111110000011100000 | e0b7e0e0 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)