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 | 貔オ謔画邃 | 111001101011111010110101111001101000001010001001111001101110001010000100 | e6beb5e68289e6e284 |
| EUC-JP | 貔オ謔画邃 | 11101100110000001000111010110101111010111110001010110010111010001110001111100100 | ecc08eb5ebe2b2e8e3e4 |
| UTF-8 | 貔オ謔画邃 | 111010001011001010010100111011111011110110110101111010001010110010010100111001111001010010111011111010011000001010000011 | e8b294efbdb5e8ac94e794bbe98283 |
| UHC | ??謔?邃 | 00111111001111111111100111001100001111111110001011000101 | 3f3ff9cc3fe2c5 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)