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 | ??? | 001111110011111100111111 | 3f3f3f |
| SJIS-WIN | 畔?? | 10010100110010000011111100111111 | 94c83f3f |
| EUC-JP | 畔?? | 11001000110010100011111100111111 | c8ca3f3f |
| UTF-8 | 畔ㅷㄾ | 111001111001010110010100111000111000010110110111111000111000010010111110 | e79594e385b7e384be |
| UHC | 畔ㅷㄾ | 110110101110110110100100111001111010010010101110 | daeda4e7a4ae |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)