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 | ????? | 0011111100111111001111110011111100111111 | 3f3f3f3f3f |
| SJIS-WIN | 擬??荏? | 10001011010110110011111100111111100010010110000000111111 | 8b5b3f3f89603f |
| EUC-JP | 擬??荏? | 10110101101111000011111100111111101100011100000100111111 | b5bc3f3fb1c13f |
| UTF-8 | 擬뉙뒳荏섳 | 111001101001001110101100111010111000100110011001111010111001001010110011111010001000110110001111111011001000010010110011 | e693aceb8999eb92b3e88d8fec84b3 |
| UHC | 擬뉙뒳荏섳 | 11101011111101001000011111101101100010101010110011101100111110111001100101000010 | ebf487ed8aacecfb9942 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)