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 | 應룁應뢸^ | 11100110100001111000100111101011101000111000000111100110100001111000100111101011101000101011100001011110 | e68789eba381e68789eba2b85e |
UHC | 應룁應뢸^ | 111010111110101110110111110111101110101111101011101101111101110001011110 | ebebb7deebebb7dc5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)