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^ | 10001111111001001100101110111100101001110110001101011110 | 8fe4cbbca7635e |
EUC-JP | 丈ヒシァc^ | 10111110111001101000111011001011100011101011110010001110101001110110001101011110 | bee68ecb8ebc8ea7635e |
UTF-8 | 丈ヒシァc^ | 1110010010111000100010001110111110111110100010111110111110111101101111001110111110111101101001110110001101011110 | e4b888efbe8befbdbcefbda7635e |
UHC | 丈???c^ | 11101101110110110011111100111111001111110110001101011110 | eddb3f3f3f635e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)