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 | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
| SJIS-WIN | ?舜?膝 | 001111111000111101110111001111111001010101000111 | 3f8f773f9547 |
| EUC-JP | ?舜?膝 | 001111111011110111011000001111111100100110101000 | 3fbdd83fc9a8 |
| UTF-8 | 안舜렾膝 | 111011001001010110001000111010001000100010011100111010111010000010111110111010001000011010011101 | ec9588e8889ceba0bee8869d |
| UHC | 안舜렾膝 | 1011111011001000111000101110111110001110110001101110001110100011 | bec8e2ef8ec6e3a3 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)