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\ | 00111111001111110111100101011100 | 3f3f795c |
SJIS-WIN | 駭?y\ | 1110100101101110001111110111100101011100 | e96e3f795c |
EUC-JP | 駭?y\ | 1111000111001111001111110111100101011100 | f1cf3f795c |
UTF-8 | 駭쿍y\ | 1110100110100111101011011110110010111111100011010111100101011100 | e9a7adecbf8d795c |
UHC | 駭쿍y\ | 111110101011010010110011010000100111100101011100 | fab4b342795c |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)