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 | 爼糲爼糲^ | 111000001010101011100010111110001110000010101010111000101111100001011110 | e0aae2f8e0aae2f85e |
EUC-JP | 爼糲爼糲^ | 111000001010110011100100111110101110000010101100111001001111101001011110 | e0ace4fae0ace4fa5e |
UTF-8 | 爼糲爼糲^ | 11100111100010001011110011100111101100111011001011100111100010001011110011100111101100111011001001011110 | e788bce7b3b2e788bce7b3b25e |
UHC | ????^ | 0011111100111111001111110011111101011110 | 3f3f3f3f5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)