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 | ????? | 0011111100111111001111110011111100111111 | 3f3f3f3f3f |
SJIS-WIN | ????? | 0011111100111111001111110011111100111111 | 3f3f3f3f3f |
EUC-JP | ????? | 0011111100111111001111110011111100111111 | 3f3f3f3f3f |
UTF-8 | 설솰셴셩섣 | 111011001000010010100100111011001000011010110000111011001000010110110100111011001000010110101001111011001000010010100011 | ec84a4ec86b0ec85b4ec85a9ec84a3 |
UHC | 설솰셴셩섣 | 10111100101100111011110011100000101111001100111110111100110011011011110010110010 | bcb3bce0bccfbccdbcb2 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)