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 | 晤攘 | 10011101111010111001110110110101 | 9deb9db5 |
EUC-JP | 晤攘 | 11011010111011011101101010110111 | daeddab7 |
UTF-8 | 晤攘 | 111001101001100110100100111001101001010010011000 | e699a4e69498 |
UHC | 晤攘 | 11100111111110111110010111000001 | e7fbe5c1 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)