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 | 餓?‘ | 1000100111101100001111111000000101100101 | 89ec3f8165 |
| EUC-JP | 餓?‘ | 1011001011101110001111111010000111000110 | b2ee3fa1c6 |
| UTF-8 | 餓과‘ | 111010011010010010010011111010101011001110111100111000101000000010011000 | e9a493eab3bce28098 |
| UHC | 餓과‘ | 111001001011101110110000111110101010000110101110 | e4bbb0faa1ae |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)