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 | ?剪?? | 0011111110011001100100100011111100111111 | 3f99923f3f |
| EUC-JP | ?剪?? | 0011111111010001111100100011111100111111 | 3fd1f23f3f |
| UTF-8 | 롔剪렳롍 | 111010111010000110010100111001011000100110101010111010111010000010110011111010111010000110001101 | eba194e589aaeba0b3eba18d |
| UHC | 롔剪렳롍 | 1000111011011000111011101111001010001110110000001000111011010011 | 8ed8eef28ec08ed3 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)