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{^ | 111001011000101101110010011111011110010110001011011100100111101101011110 | e58b727de58b727b5e |
EUC-JP | 蜍r}蜍r{^ | 111010011110101101110010011111011110100111101011011100100111101101011110 | e9eb727de9eb727b5e |
UTF-8 | 蜍r}蜍r{^ | 1110100010011100100011010111001001111101111010001001110010001101011100100111101101011110 | e89c8d727de89c8d727b5e |
UHC | ?r}?r{^ | 00111111011100100111110100111111011100100111101101011110 | 3f727d3f727b5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)