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 | 爭?璋?^ | 11100000101001010011111111100000111101100011111101011110 | e0a53fe0f63f5e |
EUC-JP | 爭?璋?^ | 11100000101001110011111111100000111110000011111101011110 | e0a73fe0f83f5e |
UTF-8 | 爭렦璋렡^ | 11100111100010001010110111101011101000001010011011100111100100101000101111101011101000001010000101011110 | e788adeba0a6e7928beba0a15e |
UHC | 爭렦璋렡^ | 111011101011001110001110101101011110110111110000100011101011001001011110 | eeb38eb5edf08eb25e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)