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 | 搖??嶢? | 10011101100010100011111100111111100110111101000000111111 | 9d8a3f3f9bd03f |
| EUC-JP | 搖??嶢? | 11011001111010100011111100111111110101101101001000111111 | d9ea3f3fd6d23f |
| UTF-8 | 搖양칡嶢렖 | 111001101001000010010110111011001001011010010001111011001011100110100001111001011011011010100010111010111010000010010110 | e69096ec9691ecb9a1e5b6a2eba096 |
| UHC | 搖양칡嶢렖 | 11101000111101001011111011100111110001001010011011101000111100101000111010101011 | e8f4bee7c4a6e8f28eab |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)