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 | ????G | 0011111100111111001111110011111101000111 | 3f3f3f3f47 |
SJIS-WIN | 迪ゥ闌アG | 11100111100011001010100111101000100011001011000101000111 | e78ca9e88cb147 |
EUC-JP | 迪ゥ闌アG | 111011011110110010001110101010011110111111101100100011101011000101000111 | edec8ea9efec8eb147 |
UTF-8 | 迪ゥ闌アG | 11101000101111111010101011101111101111011010100111101001100101111000110011101111101111011011000101000111 | e8bfaaefbda9e9978cefbdb147 |
UHC | 迪???G | 111011101110100000111111001111110011111101000111 | eee83f3f3f47 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)