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 | ????? | 0011111100111111001111110011111100111111 | 3f3f3f3f3f |
SJIS-WIN | ??異?轢 | 00111111001111111000100011011001001111111110011110000000 | 3f3f88d93fe780 |
EUC-JP | ??異杻轢 | 001111110011111110110000110110111000111111000011101001101110110111100000 | 3f3fb0db8fc3a6ede0 |
UTF-8 | 李렡異杻轢 | 111011111010011110100001111010111010000010100001111001111001010110110000111001101001110110111011111010001011110110100010 | efa7a1eba0a1e795b0e69dbbe8bda2 |
UHC | 李렡異杻轢 | 11101100101100001000111010110010111011001011011011010010111011101101010111111001 | ecb08eb2ecb6d2eed5f9 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)