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 | ????^ | 0011111100111111001111110011111101011110 | 3f3f3f3f5e |
SJIS-WIN | 應?應?^ | 10011100111001000011111110011100111001000011111101011110 | 9ce43f9ce43f5e |
EUC-JP | 應?應?^ | 11011000111001100011111111011000111001100011111101011110 | d8e63fd8e63f5e |
UTF-8 | 應螺應羅^ | 11100110100001111000100111101111101001001001000111100110100001111000100111101111101001001000111101011110 | e68789efa491e68789efa48f5e |
UHC | 應螺應羅^ | 111010111110101111010001110111101110101111101011110100011101110001011110 | ebebd1deebebd1dc5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)