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 | ?????? | 001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f |
| SJIS-WIN | 闍懌或繧「髏 | 1110100010001011100111001110001010001000101111011110001110000010101000101110100110010000 | e88b9ce288bde382a2e990 |
| EUC-JP | 闍懌或繧「髏 | 111011111110101111011000111001001011000010111111111001011110001010001110101000101111000111110000 | efebd8e4b0bfe5e28ea2f1f0 |
| UTF-8 | 闍懌或繧「髏 | 111010011001011110001101111001101000011110001100111001101000100010010110111001111011100110100111111011111011110110100010111010011010101110001111 | e9978de6878ce68896e7b9a7efbda2e9ab8f |
| UHC | ??或??? | 00111111001111111111101111100100001111110011111100111111 | 3f3ffbe43f3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)