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 | ?[}?[{^ | 00111111010110110111110100111111010110110111101101011110 | 3f5b7d3f5b7b5e |
SJIS-WIN | 拜[}拜[{^ | 100111010110000001011011011111011001110101100000010110110111101101011110 | 9d605b7d9d605b7b5e |
EUC-JP | 拜[}拜[{^ | 110110011100000101011011011111011101100111000001010110110111101101011110 | d9c15b7dd9c15b7b5e |
UTF-8 | 拜[}拜[{^ | 1110011010001011100111000101101101111101111001101000101110011100010110110111101101011110 | e68b9c5b7de68b9c5b7b5e |
UHC | 拜[}拜[{^ | 110110111100100001011011011111011101101111001000010110110111101101011110 | dbc85b7ddbc85b7b5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)