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 | 嵬э? | 1001101111001010100001001000111100111111 | 9bca848f3f |
| EUC-JP | 嵬э? | 1101011011001100101001111110111100111111 | d6cca7ef3f |
| UTF-8 | 嵬э쭆 | 1110010110110101101011001101000110001101111011001010110110000110 | e5b5acd18decad86 |
| UHC | 嵬э쭆 | 111010001110001110101100111011111010011110000010 | e8e3acefa782 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)