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 | 應촩\ | 11100110100001111000100111101100101101001010100101011100 | e68789ecb4a95c |
UHC | 應촩\ | 1110101111101011101011000110011101011100 | ebebac675c |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)