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 | 0011111100111111001111110011111101000010 | 3f3f3f3f42 |
| SJIS-WIN | 袗袗B | 111100101010000111100101110101011111001010100001111001011101010101000010 | f2a1e5d5f2a1e5d542 |
| EUC-JP | ?袗?袗B | 00111111111010101101011100111111111010101101011101000010 | 3fead73fead742 |
| UTF-8 | 袗袗B | 11101110100001111001100011101000101000101001011111101110100001111001100011101000101000101001011101000010 | ee8798e8a297ee8798e8a29742 |
| UHC | ?袗?袗B | 00111111111100101101111100111111111100101101111101000010 | 3ff2df3ff2df42 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)