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 | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
| SJIS-WIN | 闕舌o鄙 | 1110100010001101100100001110001110000010100011111110011110111111 | e88d90e3828fe7bf |
| EUC-JP | 闕舌o鄙 | 1110111111101101110000001110010110100011111011111110111011000001 | efedc0e5a3efeec1 |
| UTF-8 | 闕舌o鄙 | 111010011001011110010101111010001000100010001100111011111011110110001111111010011000010010011001 | e99795e8888cefbd8fe98499 |
| UHC | 闕舌o鄙 | 1100111111110100111000001101111110100011111011111101111010101001 | cff4e0dfa3efdea9 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)