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 | 薛紮 | 11100101010011001110001101000110 | e54ce346 |
EUC-JP | 薛紮 | 11101001101011011110010110100111 | e9ade5a7 |
UTF-8 | 薛紮 | 111010001001011010011011111001111011010010101110 | e8969be7b4ae |
UHC | 薛紮 | 11100000111000001111001111001111 | e0e0f3cf |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)