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 | ?經? | 00111111111000110101001100111111 | 3fe3533f |
| EUC-JP | 饔經? | 100011111110100011101111111001011011010000111111 | 8fe8efe5b43f |
| UTF-8 | 饔經썬 | 111010011010010110010100111001111011011010010011111011001000110110101100 | e9a594e7b693ec8dac |
| UHC | 饔經썬 | 111010001011110111001100111010001011110111100011 | e8bdcce8bde3 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)