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 | 聆璧罧 | 111000111101011111100000111110001110001110101100 | e3d7e0f8e3ac |
| EUC-JP | 聆璧罧 | 111001101101100111100000111110101110011010101110 | e6d9e0fae6ae |
| UTF-8 | 聆璧罧 | 111010001000000110000110111001111001001010100111111001111011110110100111 | e88186e792a7e7bda7 |
| UHC | 聆璧? | 1101011011000000110110111111110100111111 | d6c0dbfd3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)