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{^ | 111010011110101101110010011111011110100111101011011100100111101101011110 | e9eb727de9eb727b5e |
EUC-JP | 鴉r}鴉r{^ | 111100101110110101110010011111011111001011101101011100100111101101011110 | f2ed727df2ed727b5e |
UTF-8 | 鴉r}鴉r{^ | 1110100110110100100010010111001001111101111010011011010010001001011100100111101101011110 | e9b489727de9b489727b5e |
UHC | 鴉r}鴉r{^ | 111001001011110001110010011111011110010010111100011100100111101101011110 | e4bc727de4bc727b5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)