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^ | 1110110010110001100010001110110110011000100110101110110010100111101011001110110010110001100110011110110110011000100110011110110010100111101110010100111101011110 | ecb188ed989aeca7acecb199ed9899eca7b94f5e |
| UHC | 챈혚짬챙혙짹O^ | 1100001110100110110000101000010111000010101010111100001110101100110000101000010011000010101100010100111101011110 | c3a6c285c2abc3acc284c2b14f5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)