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{^ | 111001001110100101110010011111011110010011101001011100100111101101011110 | e4e9727de4e9727b5e |
EUC-JP | 蓚r}蓚r{^ | 111010001110101101110010011111011110100011101011011100100111101101011110 | e8eb727de8eb727b5e |
UTF-8 | 蓚r}蓚r{^ | 1110100010010011100110100111001001111101111010001001001110011010011100100111101101011110 | e8939a727de8939a727b5e |
UHC | 蓚r}蓚r{^ | 111000101011111001110010011111011110001010111110011100100111101101011110 | e2be727de2be727b5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)