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 | ??????O^ | 0011111100111111001111110011111100111111001111110100111101011110 | 3f3f3f3f3f3f4f5e |
| SJIS-WIN | ??????O^ | 0011111100111111001111110011111100111111001111110100111101011110 | 3f3f3f3f3f3f4f5e |
| EUC-JP | ??????O^ | 0011111100111111001111110011111100111111001111110100111101011110 | 3f3f3f3f3f3f4f5e |
| UTF-8 | 챌챵혰챦쩍쨍O^ | 1110110010110001100011001110110010110001101101011110110110011000101100001110110010110001101001101110110010101001100011011110110010101000100011010100111101011110 | ecb18cecb1b5ed98b0ecb1a6eca98deca88d4f5e |
| UHC | 챌챵혰챦쩍쨍O^ | 1100001110100111110000111011001011000010100101111100001110101111110000101011110111000010101110000100111101011110 | c3a7c3b2c297c3afc2bdc2b84f5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)