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 | ??? | 001111110011111100111111 | 3f3f3f |
| SJIS-WIN | 攅o顋 | 100111011011011110000010100011111110100011111001 | 9db7828fe8f9 |
| EUC-JP | 攅o顋 | 110110101011100110100011111011111111000011111011 | dab9a3eff0fb |
| UTF-8 | 攅o顋 | 111001101001010010000101111011111011110110001111111010011010000110001011 | e69485efbd8fe9a18b |
| UHC | ?o? | 00111111101000111110111100111111 | 3fa3ef3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)