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 | ?}?{^ | 0011111101111101001111110111101101011110 | 3f7d3f7b5e |
SJIS-WIN | 彦}彦{^ | 10010101010001100111110110010101010001100111101101011110 | 95467d95467b5e |
EUC-JP | 彦}彦{^ | 11001001101001110111110111001001101001110111101101011110 | c9a77dc9a77b5e |
UTF-8 | 彦}彦{^ | 111001011011110110100110011111011110010110111101101001100111101101011110 | e5bda67de5bda67b5e |
UHC | 彦}彦{^ | 11100101111010010111110111100101111010010111101101011110 | e5e97de5e97b5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)