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 | 爭?禎?^ | 11100000101001010011111110010010111101010011111101011110 | e0a53f92f53f5e |
EUC-JP | 爭?禎?^ | 11100000101001110011111111000100111101110011111101011110 | e0a73fc4f73f5e |
UTF-8 | 爭렦禎렦^ | 11100111100010001010110111101011101000001010011011100111101001101000111011101011101000001010011001011110 | e788adeba0a6e7a68eeba0a65e |
UHC | 爭렦禎렦^ | 111011101011001110001110101101011110111111101110100011101011010101011110 | eeb38eb5efee8eb55e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)