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 | 叔綜叔 | 100011110110011010010001100011101000111101100110 | 8f66918e8f66 |
| EUC-JP | 叔綜叔 | 101111011100011111000001111011101011110111000111 | bdc7c1eebdc7 |
| UTF-8 | 叔綜叔 | 111001011000111110010100111001111011011010011100111001011000111110010100 | e58f94e7b69ce58f94 |
| UHC | 叔綜叔 | 111000101101001011110000111111001110001011010010 | e2d2f0fce2d2 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)