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 | ??? | 001111110011111100111111 | 3f3f3f |
| SJIS-WIN | ?歪婉 | 0011111110011000011000111001101101010101 | 3f98639b55 |
| EUC-JP | ?歪婉 | 0011111111001111110001001101010110110110 | 3fcfc4d5b6 |
| UTF-8 | 댦歪婉 | 111010111000110010100110111001101010110110101010111001011010100110001001 | eb8ca6e6adaae5a989 |
| UHC | 댦歪婉 | 100010001100100111101000111000001110100011000110 | 88c9e8e0e8c6 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)