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 | 撓絅 | 10011101100110101110001101000100 | 9d9ae344 |
EUC-JP | 撓絅 | 11011001111110101110010110100101 | d9fae5a5 |
UTF-8 | 撓絅 | 111001101001001010010011111001111011010110000101 | e69293e7b585 |
UHC | 撓絅 | 11101000111101011100110011100111 | e8f5cce7 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)