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 | 蘖렠 | 111010001001100010010110111010111010000010100000 | e89896eba0a0 |
| UHC | 蘖렠 | 11100101111011101000111010110001 | e5ee8eb1 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)