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 | ??? | 001111110011111100111111 | 3f3f3f |
| SJIS-WIN | 衣篩? | 1000100011011111111000101011111100111111 | 88dfe2bf3f |
| EUC-JP | 衣篩? | 1011000011100001111001001100000100111111 | b0e1e4c13f |
| UTF-8 | 衣篩백 | 111010001010000110100011111001111010111110101001111010111011000010110001 | e8a1a3e7afa9ebb0b1 |
| UHC | 衣篩백 | 111010111111110111011110111010001011100111101001 | ebfddee8b9e9 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)