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 | 盞[}盞[{^ | 111000011011010101011011011111011110000110110101010110110111101101011110 | e1b55b7de1b55b7b5e |
EUC-JP | 盞[}盞[{^ | 111000101011011101011011011111011110001010110111010110110111101101011110 | e2b75b7de2b75b7b5e |
UTF-8 | 盞[}盞[{^ | 1110011110011011100111100101101101111101111001111001101110011110010110110111101101011110 | e79b9e5b7de79b9e5b7b5e |
UHC | 盞[}盞[{^ | 111011011101001101011011011111011110110111010011010110110111101101011110 | edd35b7dedd35b7b5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)