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 | ?? | 0011111100111111 | 3f3f |
SJIS-WIN | ?雙 | 001111111001100111010100 | 3f99d4 |
EUC-JP | ?雙 | 001111111101001011010110 | 3fd2d6 |
UTF-8 | 설雙 | 111011001000010010100100111010011001101110011001 | ec84a4e99b99 |
UHC | 설雙 | 10111100101100111110010010101010 | bcb3e4aa |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)