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 | GW¥o | 10010010010001111001001001010111100100011010010101101111 | 9247925791a56f |
SJIS-WIN | ?G?W?¥o | 0011111101000111001111110101011100111111100000011000111101101111 | 3f473f573f818f6f |
EUC-JP | ?G?W??o | 00111111010001110011111101010111001111110011111101101111 | 3f473f573f3f6f |
UTF-8 | GW¥o | 1100001010010010010001111100001010010010010101111100001010010001110000101010010101101111 | c29247c29257c291c2a56f |
UHC | ?G?W??o | 00111111010001110011111101010111001111110011111101101111 | 3f473f573f3f6f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)