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??? | 001111110011111101001100001111110011111100111111 | 3f3f4c3f3f3f |
SJIS-WIN | ?豐L嶸耶讌 | 00111111111001101011001001001100111110101011010010010110111010111110011010100101 | 3fe6b24cfab496ebe6a5 |
EUC-JP | 嶴豐L嶸耶讌 | 10001111101110111111001111101100101101000100110010001111101110111111010011001100111011011110110010100111 | 8fbbf3ecb44c8fbbf4ccedeca7 |
UTF-8 | 嶴豐L嶸耶讌 | 11100101101101101011010011101000101100011001000001001100111001011011011010111000111010001000000010110110111010001010111010001100 | e5b6b4e8b1904ce5b6b8e880b6e8ae8c |
UHC | ??L嶸耶? | 0011111100111111010011001110011110101110111001011010110100111111 | 3f3f4ce7aee5ad3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)