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 | è¼é¶è¼ | 1110100010111100100100101110100110110110100010011110100010111100 | e8bc92e9b689e8bc |
| SJIS-WIN | ????¶??? | 001111110011111100111111001111111000000111110111001111110011111100111111 | 3f3f3f3f81f73f3f3f |
| EUC-JP | è??é¶?è? | 100011111010101110110010001111110011111110001111101010111011000110100010111110010011111110001111101010111011001000111111 | 8fabb23f3f8fabb1a2f93f8fabb23f |
| UTF-8 | è¼é¶è¼ | 11000011101010001100001010111100110000101001001011000011101010011100001010110110110000101000100111000011101010001100001010111100 | c3a8c2bcc292c3a9c2b6c289c3a8c2bc |
| UHC | ?¼??¶??¼ | 0011111110101000111110010011111100111111101000101101001000111111001111111010100011111001 | 3fa8f93f3fa2d23f3fa8f9 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)