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 | ?????\ | 001111110011111100111111001111110011111101011100 | 3f3f3f3f3f5c |
SJIS-WIN | 蟾ス閾灘穀\ | 11100101101101111011110111101000100001111001001111100101100011011001001001011100 | e5b7bde88793e58d925c |
EUC-JP | 蟾ス閾灘穀\ | 1110101010111001100011101011110111101111111001111100011011100111101110011111001001011100 | eab98ebdefe7c6e7b9f25c |
UTF-8 | 蟾ス閾灘穀\ | 11101000100111111011111011101111101111011011110111101001100101101011111011100111100000011001100011100111101010011000000001011100 | e89fbeefbdbde996bee78198e7a9805c |
UHC | 蟾??灘穀\ | 111000001110101000111111001111111111011110101000110011011101101001011100 | e0ea3f3ff7a8cdda5c |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)