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 | 稟頃??? | 11100010011001111000110110100000001111110011111100111111 | e2678da03f3f3f |
| EUC-JP | 稟頃??? | 11100011110010001011101010100010001111110011111100111111 | e3c8baa23f3f3f |
| UTF-8 | 稟頃렰렔飇 | 111001111010100010011111111010011010000010000011111010111010000010110000111010111010000010010100111010011010001110000111 | e7a89fe9a083eba0b0eba094e9a387 |
| UHC | 稟頃렰렔飇 | 11111001101000101100110011110001100011101011110110001110101010011111100011111100 | f9a2ccf18ebd8ea9f8fc |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)