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 | ??????Y^ | 0011111100111111001111110011111100111111001111110101100101011110 | 3f3f3f3f3f3f595e |
SJIS-WIN | ??????Y^ | 0011111100111111001111110011111100111111001111110101100101011110 | 3f3f3f3f3f3f595e |
EUC-JP | ??????Y^ | 0011111100111111001111110011111100111111001111110101100101011110 | 3f3f3f3f3f3f595e |
UTF-8 | 첨짤챨챦청징Y^ | 1110110010110010101010001110110010100111101001001110110010110001101010001110110010110001101001101110110010110010101011011110110010100111100101010101100101011110 | ecb2a8eca7a4ecb1a8ecb1a6ecb2adeca795595e |
UHC | 첨짤챨챦청징Y^ | 1100001110110111110000101010100111000011101100001100001110101111110000111011101111000010101000010101100101011110 | c3b7c2a9c3b0c3afc3bbc2a1595e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)