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 | ??qk | 00111111001111110111000101101011 | 3f3f716b |
SJIS-WIN | 寥?qk | 1001101110001100001111110111000101101011 | 9b8c3f716b |
EUC-JP | 寥?qk | 1101010111101100001111110111000101101011 | d5ec3f716b |
UTF-8 | 寥렔qk | 1110010110101111101001011110101110100000100101000111000101101011 | e5afa5eba094716b |
UHC | 寥렔qk | 111010001110111110001110101010010111000101101011 | e8ef8ea9716b |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)