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 | 煽[}煽[{^ | 100100001111100001011011011111011001000011111000010110110111101101011110 | 90f85b7d90f85b7b5e |
EUC-JP | 煽[}煽[{^ | 110000001111101001011011011111011100000011111010010110110111101101011110 | c0fa5b7dc0fa5b7b5e |
UTF-8 | 煽[}煽[{^ | 1110011110000101101111010101101101111101111001111000010110111101010110110111101101011110 | e785bd5b7de785bd5b7b5e |
UHC | 煽[}煽[{^ | 111000001100001101011011011111011110000011000011010110110111101101011110 | e0c35b7de0c35b7b5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)