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 | 崛憙崛枌^ | 100110111011111110011100110110001001101110111111100111100110001001011110 | 9bbf9cd89bbf9e625e |
EUC-JP | 崛憙崛枌^ | 110101101100000111011000110110101101011011000001110110111100001101011110 | d6c1d8dad6c1dbc35e |
UTF-8 | 崛憙崛枌^ | 11100101101101001001101111100110100001101001100111100101101101001001101111100110100111101000110001011110 | e5b49be68699e5b49be69e8c5e |
UHC | ?憙??^ | 001111111111110111110010001111110011111101011110 | 3ffdf23f3f5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)