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 | 蘖? | 100111110101000000111111 | 9f503f |
| EUC-JP | 蘖? | 110111011011000100111111 | ddb13f |
| UTF-8 | 蘖렡 | 111010001001100010010110111010111010000010100001 | e89896eba0a1 |
| UHC | 蘖렡 | 11100101111011101000111010110010 | e5ee8eb2 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)