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 | 璋?財?? | 11100000111101100011111110001101111000000011111100111111 | e0f63f8de03f3f |
| EUC-JP | 璋?財?? | 11100000111110000011111110111010111000100011111100111111 | e0f83fbae23f3f |
| UTF-8 | 璋렊財렗李 | 111001111001001010001011111010111010000010001010111010001011001010100001111010111010000010010111111011111010011110100001 | e7928beba08ae8b2a1eba097efa7a1 |
| UHC | 璋렊財렗李 | 11101101111100001000111010100001111011101010111110001110101011001110110010110000 | edf08ea1eeaf8eacecb0 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)