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 | 糲糲^ | 111100101111000011100010111110001111001011110000111000101111100001011110 | f2f0e2f8f2f0e2f85e |
EUC-JP | ?糲?糲^ | 00111111111001001111101000111111111001001111101001011110 | 3fe4fa3fe4fa5e |
UTF-8 | 糲糲^ | 11101110100010001010011111100111101100111011001011101110100010001010011111100111101100111011001001011110 | ee88a7e7b3b2ee88a7e7b3b25e |
UHC | ????^ | 0011111100111111001111110011111101011110 | 3f3f3f3f5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)