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 | ZYF[W¢B | 100100100101101001011001100100100100011010010010010110111001001001010111100100011010001001000010 | 925a599246925b925791a242 |
SJIS-WIN | ?ZY?F?[?W?¢B | 00111111010110100101100100111111010001100011111101011011001111110101011100111111100000011001000101000010 | 3f5a593f463f5b3f573f819142 |
EUC-JP | ?ZY?F?[?W?¢B | 00111111010110100101100100111111010001100011111101011011001111110101011100111111101000011111000101000010 | 3f5a593f463f5b3f573fa1f142 |
UTF-8 | ZYF[W¢B | 110000101001001001011010010110011100001010010010010001101100001010010010010110111100001010010010010101111100001010010001110000101010001001000010 | c2925a59c29246c2925bc29257c291c2a242 |
UHC | ?ZY?F?[?W??B | 001111110101101001011001001111110100011000111111010110110011111101010111001111110011111101000010 | 3f5a593f463f5b3f573f3f42 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)