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 | ????^ | 0011111100111111001111110011111101011110 | 3f3f3f3f5e |
SJIS-WIN | 薛憙薛枌^ | 111001010100110010011100110110001110010101001100100111100110001001011110 | e54c9cd8e54c9e625e |
EUC-JP | 薛憙薛枌^ | 111010011010110111011000110110101110100110101101110110111100001101011110 | e9add8dae9addbc35e |
UTF-8 | 薛憙薛枌^ | 11101000100101101001101111100110100001101001100111101000100101101001101111100110100111101000110001011110 | e8969be68699e8969be69e8c5e |
UHC | 薛憙薛?^ | 1110000011100000111111011111001011100000111000000011111101011110 | e0e0fdf2e0e03f5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)