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 | ??^ | 001111110011111101011110 | 3f3f5e |
| SJIS-WIN | 蛟ュ^ | 11100101100000001010110101011110 | e580ad5e |
| EUC-JP | 蛟ュ^ | 1110100111100000100011101010110101011110 | e9e08ead5e |
| UTF-8 | 蛟ュ^ | 11101000100110111001111111101111101111011010110101011110 | e89b9fefbdad5e |
| UHC | 蛟?^ | 11001110111100010011111101011110 | cef13f5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)