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 | ???^ | 00111111001111110011111101011110 | 3f3f3f5e |
SJIS-WIN | 餘??^ | 1110100101010000001111110011111101011110 | e9503f3f5e |
EUC-JP | 餘??^ | 1111000110110001001111110011111101011110 | f1b13f3f5e |
UTF-8 | 餘룎댖^ | 11101001101001001001100011101011101000111000111011101011100011001001011001011110 | e9a498eba38eeb8c965e |
UHC | 餘룎댖^ | 11100110101011101000111110001100100010001011101001011110 | e6ae8f8c88ba5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)