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 | 鸚??猶? | 11101010010111110011111100111111100101110101000000111111 | ea5f3f3f97503f |
| EUC-JP | 鸚??猶? | 11110011110000000011111100111111110011011011000100111111 | f3c03f3fcdb13f |
| UTF-8 | 鸚깅윯猶쌐 | 111010011011100010011010111010101011100110000101111011001001110010101111111001111000110010110110111011001000110010010000 | e9b89aeab985ec9cafe78cb6ec8c90 |
| UHC | 鸚깅윯猶쌐 | 11100101101001001011000111101011100111111010111011101011101000101001101101000001 | e5a4b1eb9faeeba29b41 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)