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 | 旄虜 | 10011101110101001001011110111000 | 9dd497b8 |
EUC-JP | 旄虜 | 11011010110101101100111010111010 | dad6ceba |
UTF-8 | 旄虜 | 111001101001011110000100111010001001100110011100 | e69784e8999c |
UHC | ?虜 | 001111111101011011010111 | 3fd6d7 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)