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 | 螻纂螻纂^ | 111001011011000110001110010110111110010110110001100011100101101101011110 | e5b18e5be5b18e5b5e |
EUC-JP | 螻纂螻纂^ | 111010101011001110111011101111001110101010110011101110111011110001011110 | eab3bbbceab3bbbc5e |
UTF-8 | 螻纂螻纂^ | 11101000100111101011101111100111101110101000001011101000100111101011101111100111101110101000001001011110 | e89ebbe7ba82e89ebbe7ba825e |
UHC | ?纂?纂^ | 00111111111100111100001100111111111100111100001101011110 | 3ff3c33ff3c35e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)