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 | ????\ | 0011111100111111001111110011111101011100 | 3f3f3f3f5c |
SJIS-WIN | 縡?障?\ | 11100011011100010011111110001111111000010011111101011100 | e3713f8fe13f5c |
EUC-JP | 縡?障?\ | 11100101110100100011111110111110111000110011111101011100 | e5d23fbee33f5c |
UTF-8 | 縡렕障렚\ | 11100111101110001010000111101011101000001001010111101001100110101001110011101011101000001001101001011100 | e7b8a1eba095e99a9ceba09a5c |
UHC | 縡렕障렚\ | 111011101010110110001110101010101110111010100001100011101010110101011100 | eead8eaaeea18ead5c |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)