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 | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
| SJIS-WIN | 猷??曜 | 100101110101000100111111001111111001011101101010 | 97513f3f976a |
| EUC-JP | 猷??曜 | 110011011011001000111111001111111100110111001011 | cdb23f3fcdcb |
| UTF-8 | 猷듭뿉曜 | 111001111000110010110111111010111001001110101101111010111011111110001001111001101001101110011100 | e78cb7eb93adebbf89e69b9c |
| UHC | 猷듭뿉曜 | 1110101110100011101101011110110010010111100100001110100011111000 | eba3b5ec9790e8f8 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)