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 | 終?劍傳 | 10001111010010010011111110011001100110001001100101000010 | 8f493f99989942 |
| EUC-JP | 終?劍傳 | 10111101101010100011111111010001111110001101000110100011 | bdaa3fd1f8d1a3 |
| UTF-8 | 終쇘劍傳 | 111001111011010110000010111011001000011110011000111001011000101010001101111001011000001010110011 | e7b582ec8798e58a8de582b3 |
| UHC | 終쇘劍傳 | 1111000011111011101111001110011111001011111111001110111011101110 | f0fbbce7cbfceeee |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)