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 | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
| SJIS-WIN | 擬??鼇 | 100010110101101100111111001111111110101010000111 | 8b5b3f3fea87 |
| EUC-JP | 擬??鼇 | 101101011011110000111111001111111111001111100111 | b5bc3f3ff3e7 |
| UTF-8 | 擬띾죳鼇 | 111001101001001110101100111010111001110110111110111011001010001110110011111010011011110010000111 | e693aceb9dbeeca3b3e9bc87 |
| UHC | 擬띾죳鼇 | 1110101111110100100011011110101110100001100011101110100010101000 | ebf48deba18ee8a8 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)