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 | ’∵?懈ビ | 100000010110011010000001111001100011111110011100111001101000001101110010 | 816681e63f9ce68372 |
| EUC-JP | ’∵?懈ビ | 101000011100011110100010111010000011111111011000111010001010010111010011 | a1c7a2e83fd8e8a5d3 |
| UTF-8 | ’∵룫懈ビ | 111000101000000010011001111000101000100010110101111010111010001110101011111001101000011110001000111000111000001110010011 | e28099e288b5eba3abe68788e38393 |
| UHC | ’∵룫懈ビ | 10100001101011111010000111110001100011111010001011111010101010111010101111010011 | a1afa1f18fa2faababd3 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)