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 | ??}??{^ | 00111111001111110111110100111111001111110111101101011110 | 3f3f7d3f3f7b5e |
SJIS-WIN | 爭?}爭?{^ | 111000001010010100111111011111011110000010100101001111110111101101011110 | e0a53f7de0a53f7b5e |
EUC-JP | 爭?}爭?{^ | 111000001010011100111111011111011110000010100111001111110111101101011110 | e0a73f7de0a73f7b5e |
UTF-8 | 爭렏}爭렏{^ | 111001111000100010101101111010111010000010001111011111011110011110001000101011011110101110100000100011110111101101011110 | e788adeba08f7de788adeba08f7b5e |
UHC | 爭렏}爭렏{^ | 1110111010110011100011101010010101111101111011101011001110001110101001010111101101011110 | eeb38ea57deeb38ea57b5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)