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?o?]^ | 00111111010100100011111101101111001111110101110101011110 | 3f523f6f3f5d5e |
| SJIS-WIN | 雨R雨o雨]^ | 10001001010010100101001010001001010010100110111110001001010010100101110101011110 | 894a52894a6f894a5d5e |
| EUC-JP | 雨R雨o雨]^ | 10110001101010110101001010110001101010110110111110110001101010110101110101011110 | b1ab52b1ab6fb1ab5d5e |
| UTF-8 | 雨R雨o雨]^ | 11101001100110111010100001010010111010011001101110101000011011111110100110011011101010000101110101011110 | e99ba852e99ba86fe99ba85d5e |
| UHC | 雨R雨o雨]^ | 11101001111010110101001011101001111010110110111111101001111010110101110101011110 | e9eb52e9eb6fe9eb5d5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)