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 | ?????? | 001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f |
| SJIS-WIN | 猷?Ъ??? | 1001011101010001001111111000010001011011001111110011111100111111 | 97513f845b3f3f3f |
| EUC-JP | 猷?Ъ??? | 1100110110110010001111111010011110111100001111110011111100111111 | cdb23fa7bc3f3f3f |
| UTF-8 | 猷들Ъ女뉎깚 | 1110011110001100101101111110101110010011101001001101000010101010111011111010011010000001111010111000100110001110111010101011100110011010 | e78cb7eb93a4d0aaefa681eb898eeab99a |
| UHC | 猷들Ъ女뉎깚 | 111010111010001110110101111010011010110010111100111001011111110010000111111000111000001110010010 | eba3b5e9acbce5fc87e38392 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)