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 | 逕ッ辷セ驤 | 1110011110010100101011111110011110001000101111101110100110001000 | e794afe788bee988 |
| EUC-JP | 逕ッ辷セ驤 | 11101101111101001000111010101111111011011110100010001110101111101111000111101000 | edf48eafede88ebef1e8 |
| UTF-8 | 逕ッ辷セ驤 | 111010011000000010010101111011111011110110101111111010001011111010110111111011111011110110111110111010011010100110100100 | e98095efbdafe8beb7efbdbee9a9a4 |
| UHC | 逕???? | 110011001110111100111111001111110011111100111111 | ccef3f3f3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)