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 | ????c^ | 001111110011111100111111001111110110001101011110 | 3f3f3f3f635e |
SJIS-WIN | 逞セ遏」c^ | 1110011110010111101111101110011110011111101000110110001101011110 | e797bee79fa3635e |
EUC-JP | 逞セ遏」c^ | 11101101111101111000111010111110111011101010000110001110101000110110001101011110 | edf78ebeeea18ea3635e |
UTF-8 | 逞セ遏」c^ | 1110100110000000100111101110111110111101101111101110100110000001100011111110111110111101101000110110001101011110 | e9809eefbdbee9818fefbda3635e |
UHC | 逞???c^ | 11010110110000010011111100111111001111110110001101011110 | d6c13f3f3f635e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)