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 | ?r}?r{^ | 00111111011100100111110100111111011100100111101101011110 | 3f727d3f727b5e |
SJIS-WIN | ?r}?r{^ | 00111111011100100111110100111111011100100111101101011110 | 3f727d3f727b5e |
EUC-JP | ?r}?r{^ | 00111111011100100111110100111111011100100111101101011110 | 3f727d3f727b5e |
UTF-8 | 횪r}횪r{^ | 1110110110011010101010100111001001111101111011011001101010101010011100100111101101011110 | ed9aaa727ded9aaa727b5e |
UHC | 횪r}횪r{^ | 110000111010000001110010011111011100001110100000011100100111101101011110 | c3a0727dc3a0727b5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)