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 | ?????? | 001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f |
| SJIS-WIN | 處?蔚??? | 1001100101111100001111111000100101010101001111110011111100111111 | 997c3f89553f3f3f |
| EUC-JP | 處?蔚??? | 1101000111011101001111111011000110110110001111110011111100111111 | d1dd3fb1b63f3f3f |
| UTF-8 | 處렧蔚吳렮롃 | 111010001001100110010101111010111010000010100111111010001001010010011010111001011001000010110011111010111010000010101110111010111010000110000011 | e89995eba0a7e8949ae590b3eba0aeeba183 |
| UHC | 處렧蔚吳렮롃 | 111101001010010110001110101101101110101010100101111001111110111110001110101110111000111011001010 | f4a58eb6eaa5e7ef8ebb8eca |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)