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 | 陂党陂怒^ | 111010001001100010010011011111011110100010011000100100110111101101011110 | e898937de898937b5e |
EUC-JP | 陂党陂怒^ | 111011111111100011000101110111101110111111111000110001011101110001011110 | eff8c5deeff8c5dc5e |
UTF-8 | 陂党陂怒^ | 11101001100110011000001011100101100001011001101011101001100110011000001011100110100000001001001001011110 | e99982e5859ae99982e680925e |
UHC | 陂?陂怒^ | 1111100110101110001111111111100110101110110100101100000101011110 | f9ae3ff9aed2c15e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)