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 | 宣[}宣[{^ | 100100001110100101011011011111011001000011101001010110110111101101011110 | 90e95b7d90e95b7b5e |
EUC-JP | 宣[}宣[{^ | 110000001110101101011011011111011100000011101011010110110111101101011110 | c0eb5b7dc0eb5b7b5e |
UTF-8 | 宣[}宣[{^ | 1110010110101110101000110101101101111101111001011010111010100011010110110111101101011110 | e5aea35b7de5aea35b7b5e |
UHC | 宣[}宣[{^ | 111000001011111001011011011111011110000010111110010110110111101101011110 | e0be5b7de0be5b7b5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)