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 | ????^ | 0011111100111111001111110011111101011110 | 3f3f3f3f5e |
SJIS-WIN | ??暲?^ | 001111110011111111111010110111000011111101011110 | 3f3ffadc3f5e |
EUC-JP | ??暲?^ | 00111111001111111000111111000010110110110011111101011110 | 3f3f8fc2db3f5e |
UTF-8 | 鱗렲暲렲^ | 11101111101001111011001011101011101000001011001011100110100110101011001011101011101000001011001001011110 | efa7b2eba0b2e69ab2eba0b25e |
UHC | 鱗렲暲렲^ | 111011001110011110001110101111111110110111100111100011101011111101011110 | ece78ebfede78ebf5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)