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 | ????? | 0011111100111111001111110011111100111111 | 3f3f3f3f3f |
| SJIS-WIN | 箏?將?膈 | 1110001010110101001111111001101110010010001111111110010001001100 | e2b53f9b923fe44c |
| EUC-JP | 箏?將?膈 | 1110010010110111001111111101010111110010001111111110011110101101 | e4b73fd5f23fe7ad |
| UTF-8 | 箏렋將당膈 | 111001111010111010001111111010111010000010001011111001011011000010000111111010111000101110111001111010001000011010001000 | e7ae8feba08be5b087eb8bb9e88688 |
| UHC | 箏렋將당膈 | 11101110101101001000111010100010111011011110001010110100111001111100110010101110 | eeb48ea2ede2b4e7ccae |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)