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 | ?c}?c{^ | 00111111011000110111110100111111011000110111101101011110 | 3f637d3f637b5e |
SJIS-WIN | ?c}?c{^ | 00111111011000110111110100111111011000110111101101011110 | 3f637d3f637b5e |
EUC-JP | ?c}?c{^ | 00111111011000110111110100111111011000110111101101011110 | 3f637d3f637b5e |
UTF-8 | 횪c}횪c{^ | 1110110110011010101010100110001101111101111011011001101010101010011000110111101101011110 | ed9aaa637ded9aaa637b5e |
UHC | 횪c}횪c{^ | 110000111010000001100011011111011100001110100000011000110111101101011110 | c3a0637dc3a0637b5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)