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 | ??W\ | 00111111001111110101011101011100 | 3f3f575c |
SJIS-WIN | 寥?W\ | 1001101110001100001111110101011101011100 | 9b8c3f575c |
EUC-JP | 寥?W\ | 1101010111101100001111110101011101011100 | d5ec3f575c |
UTF-8 | 寥렔W\ | 1110010110101111101001011110101110100000100101000101011101011100 | e5afa5eba094575c |
UHC | 寥렔W\ | 111010001110111110001110101010010101011101011100 | e8ef8ea9575c |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)