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 | 衙???文 | 11100101110010010011111100111111001111111001010110110110 | e5c93f3f3f95b6 |
| EUC-JP | 衙???文 | 11101010110010110011111100111111001111111100101010111000 | eacb3f3f3fcab8 |
| UTF-8 | 衙롍렲뤾文 | 111010001010000110011001111010111010000110001101111010111010000010110010111010111010010010111110111001101001011010000111 | e8a199eba18deba0b2eba4bee69687 |
| UHC | 衙롍렲뤾文 | 11100100101101111000111011010011100011101011111110001111111010101101100111111110 | e4b78ed38ebf8fead9fe |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)