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 | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
SJIS-WIN | 顆晄援韜 | 1110100011110111100111011110011010001001100001111110100011101001 | e8f79de68987e8e9 |
EUC-JP | 顆晄援韜 | 1111000011111001110110101110100010110001111001111111000011101011 | f0f9dae8b1e7f0eb |
UTF-8 | 顆晄援韜 | 111010011010000110000110111001101001100110000100111001101000111110110100111010011001111110011100 | e9a186e69984e68fb4e99f9c |
UHC | 顆晄援韜 | 1100111010101000111111001100110111101010101101011101010010110111 | cea8fccdeab5d4b7 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)