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 | 旭?畯??亶 | 100010001010111000111111111110110110111100111111001111111001100010110111 | 88ae3ffb6f3f3f98b7 |
| EUC-JP | 旭?畯??亶 | 10110000101100000011111110001111110011011011101100111111001111111101000010111001 | b0b03f8fcdbb3f3fd0b9 |
| UTF-8 | 旭렔畯흗렧亶 | 111001101001011110101101111010111010000010010100111001111001010110101111111011011001110110010111111010111010000010100111111001001011101010110110 | e697adeba094e795afed9d97eba0a7e4bab6 |
| UHC | 旭렔畯흗렧亶 | 111010011110111110001110101010011111000111100001110010001110100110001110101101101101001110100010 | e9ef8ea9f1e1c8e98eb6d3a2 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)