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 | ???楷ら | 00111111001111110011111110011110101100101000001011100111 | 3f3f3f9eb282e7 |
| EUC-JP | ???楷ら | 00111111001111110011111111011100101101001010010011101001 | 3f3f3fdcb4a4e9 |
| UTF-8 | 列룔꺃楷ら | 111011111010011010011100111010111010001110010100111010101011101010000011111001101010010110110111111000111000001010001001 | efa69ceba394eaba83e6a5b7e38289 |
| UHC | 列룔꺃楷ら | 11100110111010101011011111100011100000111010110011111010101011001010101011101001 | e6eab7e383acfaacaae9 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)