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 | 髯晄援驪、 | 111010011001100110011101111001101000100110000111111010011000101110100100 | e9999de68987e98ba4 |
EUC-JP | 髯晄援驪、 | 11110001111110011101101011101000101100011110011111110001111010111000111010100100 | f1f9dae8b1e7f1eb8ea4 |
UTF-8 | 髯晄援驪、 | 111010011010101110101111111001101001100110000100111001101000111110110100111010011010100110101010111011111011110110100100 | e9abafe69984e68fb4e9a9aaefbda4 |
UHC | ?晄援驪? | 0011111111111100110011011110101010110101110101011111000100111111 | 3ffccdeab5d5f13f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)