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 | ??l | 001111110011111101101100 | 3f3f6c |
SJIS-WIN | 嵩臣l | 1001000010010011100100000110001001101100 | 909390626c |
EUC-JP | 嵩臣l | 1011111111110011101111111100001101101100 | bff3bfc36c |
UTF-8 | 嵩臣l | 11100101101101011010100111101000100001111010001101101100 | e5b5a9e887a36c |
UHC | 嵩臣l | 1110001110100001111000111110110101101100 | e3a1e3ed6c |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)