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 | ???B | 00111111001111110011111101000010 | 3f3f3f42 |
| SJIS-WIN | 邇臥脂B | 11100111100011101000100111100111100011101000100101000010 | e78e89e78e8942 |
| EUC-JP | 邇臥脂B | 11101101111011101011001011101001101110111110100101000010 | edeeb2e9bbe942 |
| UTF-8 | 邇臥脂B | 11101001100000101000011111101000100001111010010111101000100001001000001001000010 | e98287e887a5e8848242 |
| UHC | 邇臥脂B | 11101100110001001110100011000010111100101011011101000010 | ecc4e8c2f2b742 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)