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 | ??\ | 001111110011111101011100 | 3f3f5c |
SJIS-WIN | 應?\ | 10011100111001000011111101011100 | 9ce43f5c |
EUC-JP | 應?\ | 11011000111001100011111101011100 | d8e63f5c |
UTF-8 | 應렚\ | 11100110100001111000100111101011101000001001101001011100 | e68789eba09a5c |
UHC | 應렚\ | 1110101111101011100011101010110101011100 | ebeb8ead5c |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)