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 | ????B | 0011111100111111001111110011111101000010 | 3f3f3f3f42 |
| SJIS-WIN | ?憐?憐B | 00111111100101111111011100111111100101111111011101000010 | 3f97f73f97f742 |
| EUC-JP | ?憐?憐B | 00111111110011101111100100111111110011101111100101000010 | 3fcef93fcef942 |
| UTF-8 | 뤒憐뤒憐B | 11101011101001001001001011100110100001101001000011101011101001001001001011100110100001101001000001000010 | eba492e68690eba492e6869042 |
| UHC | 뤒憐뤒憐B | 100011111100001011010101111110111000111111000010110101011111101101000010 | 8fc2d5fb8fc2d5fb42 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)