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^ | 001111110011111100111111001111110110001101011110 | 3f3f3f3f635e |
EUC-JP | ????c^ | 001111110011111100111111001111110110001101011110 | 3f3f3f3f635e |
UTF-8 | 셔롖렽섰c^ | 1110110010000101100101001110101110100001100101101110101110100000101111011110110010000100101100000110001101011110 | ec8594eba196eba0bdec84b0635e |
UHC | 셔롖렽섰c^ | 10111100110001011000111011011010100011101100010110111100101110010110001101011110 | bcc58eda8ec5bcb9635e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)