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 | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
| SJIS-WIN | ?辱晁亥 | 00111111100100000100101010011101111010001000100011100101 | 3f904a9de888e5 |
| EUC-JP | ?辱晁亥 | 00111111101111111010101111011010111010101011000011100111 | 3fbfabdaeab0e7 |
| UTF-8 | 뤚辱晁亥 | 111010111010010010011010111010001011111010110001111001101001100110000001111001001011101010100101 | eba49ae8beb1e69981e4baa5 |
| UHC | 뤚辱晁亥 | 1000111111001001111010011011010011110000110001011111101010100100 | 8fc9e9b4f0c5faa4 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)