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 | 轤ュ謗「\ | 11100111100000101010110111100110100011101010001001011100 | e782ade68ea25c |
EUC-JP | 轤ュ謗「\ | 111011011110001010001110101011011110101111101110100011101010001001011100 | ede28eadebee8ea25c |
UTF-8 | 轤ュ謗「\ | 11101000101111011010010011101111101111011010110111101000101011001001011111101111101111011010001001011100 | e8bda4efbdade8ac97efbda25c |
UHC | ??謗?\ | 001111110011111111011011101111110011111101011100 | 3f3fdbbf3f5c |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)