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 | 001111110011111101001100 | 3f3f4c |
SJIS-WIN | ?豐L | 00111111111001101011001001001100 | 3fe6b24c |
EUC-JP | 嶴豐L | 100011111011101111110011111011001011010001001100 | 8fbbf3ecb44c |
UTF-8 | 嶴豐L | 11100101101101101011010011101000101100011001000001001100 | e5b6b4e8b1904c |
UHC | ??L | 001111110011111101001100 | 3f3f4c |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)