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 | ?? | 0011111100111111 | 3f3f |
| SJIS-WIN | 哈瘁 | 10011001111110111110000110000001 | 99fbe181 |
| EUC-JP | 哈瘁 | 11010010111111011110000111100001 | d2fde1e1 |
| UTF-8 | 哈瘁 | 111001011001001110001000111001111001100010000001 | e59388e79881 |
| UHC | 哈? | 111110011110101100111111 | f9eb3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)