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 | ??????^ | 00111111001111110011111100111111001111110011111101011110 | 3f3f3f3f3f3f5e |
SJIS-WIN | 闕蝉サカ閾ュ^ | 11101000100011011001000011100100101110111011011011101000100001111010110101011110 | e88d90e4bbb6e887ad5e |
EUC-JP | 闕蝉サカ閾ュ^ | 11101111111011011100000011100110100011101011101110001110101101101110111111100111100011101010110101011110 | efedc0e68ebb8eb6efe78ead5e |
UTF-8 | 闕蝉サカ閾ュ^ | 11101001100101111001010111101000100111011000100111101111101111011011101111101111101111011011011011101001100101101011111011101111101111011010110101011110 | e99795e89d89efbdbbefbdb6e996beefbdad5e |
UHC | 闕?????^ | 1100111111110100001111110011111100111111001111110011111101011110 | cff43f3f3f3f3f5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)