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 | âçZ^ | 1001111111100010111001110101101001011110 | 9fe2e75a5e |
| SJIS-WIN | ???Z^ | 0011111100111111001111110101101001011110 | 3f3f3f5a5e |
| EUC-JP | ?âçZ^ | 001111111000111110101011101001001000111110101011101011100101101001011110 | 3f8faba48fabae5a5e |
| UTF-8 | âçZ^ | 1100001010011111110000111010001011000011101001110101101001011110 | c29fc3a2c3a75a5e |
| UHC | ???Z^ | 0011111100111111001111110101101001011110 | 3f3f3f5a5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)