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 | ??異?漣 | 00111111001111111000100011011001001111111001011111111000 | 3f3f88d93f97f8 |
EUC-JP | ??異杻漣 | 001111110011111110110000110110111000111111000011101001101100111011111010 | 3f3fb0db8fc3a6cefa |
UTF-8 | 李렡異杻漣 | 111011111010011110100001111010111010000010100001111001111001010110110000111001101001110110111011111001101011110010100011 | efa7a1eba0a1e795b0e69dbbe6bca3 |
UHC | 李렡異杻漣 | 11101100101100001000111010110010111011001011011011010010111011101101010111111110 | ecb08eb2ecb6d2eed5fe |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)