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 | 壯??瑤 | 100110101110000100111111001111111110101010100010 | 9ae13f3feaa2 |
| EUC-JP | 壯??瑤 | 110101001110001100111111001111111111010010100100 | d4e33f3ff4a4 |
| UTF-8 | 壯녽웼瑤 | 111001011010001110101111111010111000010110111101111011001001101110111100111001111001000110100100 | e5a3afeb85bdec9bbce791a4 |
| UHC | 壯녽웼瑤 | 1110110111100000100001101110100110011111100010001110100011111101 | ede086e99f88e8fd |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)