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 | ??? | 001111110011111100111111 | 3f3f3f |
| SJIS-WIN | 奣夭貍 | 111110101010001110011010111011101110011010111100 | faa39aeee6bc |
| EUC-JP | 奣夭貍 | 10001111101110001111110011010100111100001110110010111110 | 8fb8fcd4f0ecbe |
| UTF-8 | 奣夭貍 | 111001011010010110100011111001011010010010101101111010001011001010001101 | e5a5a3e5a4ade8b28d |
| UHC | ?夭? | 00111111111010001110110000111111 | 3fe8ec3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)