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 | ????? | 0011111100111111001111110011111100111111 | 3f3f3f3f3f |
SJIS-WIN | 譽?鵝?? | 11100110101000110011111111101010010000000011111100111111 | e6a33fea403f3f |
EUC-JP | 譽?鵝?? | 11101100101001010011111111110011101000010011111100111111 | eca53ff3a13f3f |
UTF-8 | 譽켼鵝녻퀕 | 111010001010110110111101111011001011110010111100111010011011010110011101111010111000010110111011111011011000000010010101 | e8adbdecbcbce9b59deb85bbed8095 |
UHC | 譽켼鵝녻퀕 | 11100111111000101011000101110010111001001011110110000110111010001011001110001010 | e7e2b172e4bd86e8b38a |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)