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 | æ¹æ¹¿\ | 11100110101110011001110011100110101110011011111101011100 | e6b99ce6b9bf5c |
SJIS-WIN | ??????\ | 00111111001111110011111100111111001111110011111101011100 | 3f3f3f3f3f3f5c |
EUC-JP | æ??æ?¿\ | 10001111101010011100000100111111001111111000111110101001110000010011111110001111101000101100010001011100 | 8fa9c13f3f8fa9c13f8fa2c45c |
UTF-8 | æ¹æ¹¿\ | 11000011101001101100001010111001110000101001110011000011101001101100001010111001110000101011111101011100 | c3a6c2b9c29cc3a6c2b9c2bf5c |
UHC | �湿\ | 101010011010000110101001111101100011111110101001101000011010100111110110101000101010111101011100 | a9a1a9f63fa9a1a9f6a2af5c |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)