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 | ?毛 | 001111111001011011010001 | 3f96d1 |
EUC-JP | ?毛 | 001111111100110011010011 | 3fccd3 |
UTF-8 | 뤲毛 | 111010111010010010110010111001101010111110011011 | eba4b2e6af9b |
UHC | 뤲毛 | 10001111111000001101100110111110 | 8fe0d9be |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)