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^ | 00111111100101001100011100111111001111110110001101011110 | 3f94c73f3f635e |
EUC-JP | ?班??c^ | 00111111110010001100100100111111001111110110001101011110 | 3fc8c93f3f635e |
UTF-8 | 뤶班힘렔c^ | 1110101110100100101101101110011110001111101011011110110110011110100110001110101110100000100101000110001101011110 | eba4b6e78faded9e98eba094635e |
UHC | 뤶班힘렔c^ | 10001111111001001101101011101100110010001111101110001110101010010110001101011110 | 8fe4daecc8fb8ea9635e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)