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 | ??????^ | 00111111001111110011111100111111001111110011111101011110 | 3f3f3f3f3f3f5e |
| SJIS-WIN | 辱??墻??^ | 100100000100101000111111001111111001101011010100001111110011111101011110 | 904a3f3f9ad43f3f5e |
| EUC-JP | 辱??墻??^ | 101111111010101100111111001111111101010011010110001111110011111101011110 | bfab3f3fd4d63f3f5e |
| UTF-8 | 辱녻눎墻욤나^ | 11101000101111101011000111101011100001011011101111101011100010001000111011100101101000101011101111101100100110101010010011101011100000101001100001011110 | e8beb1eb85bbeb888ee5a2bbec9aa4eb82985e |
| UHC | 辱녻눎墻욤나^ | 11101001101101001000011011101000100001111010101011101101110111111011111111101000101100111010101001011110 | e9b486e887aaeddfbfe8b3aa5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)