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 | ??Q] | 00111111001111110101000101011101 | 3f3f515d |
SJIS-WIN | 鎰?Q] | 1110100001001100001111110101000101011101 | e84c3f515d |
EUC-JP | 鎰?Q] | 1110111110101101001111110101000101011101 | efad3f515d |
UTF-8 | 鎰렭Q] | 1110100110001110101100001110101110100000101011010101000101011101 | e98eb0eba0ad515d |
UHC | 鎰렭Q] | 111011001111000010001110101110100101000101011101 | ecf08eba515d |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)