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 | ??y | 001111110011111101111001 | 3f3f79 |
SJIS-WIN | 蛛甞y | 1110010110000001111000010101001001111001 | e581e15279 |
EUC-JP | 蛛甞y | 1110100111100001111000011011001101111001 | e9e1e1b379 |
UTF-8 | 蛛甞y | 11101000100110111001101111100111100101001001111001111001 | e89b9be7949e79 |
UHC | 蛛?y | 11110001110010000011111101111001 | f1c83f79 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)