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 | 001111110011111101000010 | 3f3f42 |
| SJIS-WIN | 默默B | 1110000011010010111000001101001001000010 | e0d2e0d242 |
| EUC-JP | 默默B | 1110000011010100111000001101010001000010 | e0d4e0d442 |
| UTF-8 | 默默B | 11101001101110111001100011101001101110111001100001000010 | e9bb98e9bb9842 |
| UHC | 默默B | 1101100111111001110110011111100101000010 | d9f9d9f942 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)