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 | 趙??搬 | 111001101110001000111111001111111001010011000000 | e6e23f3f94c0 |
| EUC-JP | 趙??搬 | 111011001110010000111111001111111100100011000010 | ece43f3fc8c2 |
| UTF-8 | 趙재렪搬 | 111010001011011010011001111011001001111010101100111010111010000010101010111001101001000010101100 | e8b699ec9eaceba0aae690ac |
| UHC | 趙재렪搬 | 1111000011100001110000001110011110001110101110001101101011100110 | f0e1c0e78eb8dae6 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)