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 | ä½ç¸^ | 11100100101111011000011011100111100010111011100001011110 | e4bd86e78bb85e |
SJIS-WIN | ??????^ | 00111111001111110011111100111111001111110011111101011110 | 3f3f3f3f3f3f5e |
EUC-JP | ä??ç?¸^ | 10001111101010111010001100111111001111111000111110101011101011100011111110001111101000101011000101011110 | 8faba33f3f8fabae3f8fa2b15e |
UTF-8 | ä½ç¸^ | 11000011101001001100001010111101110000101000011011000011101001111100001010001011110000101011100001011110 | c3a4c2bdc286c3a7c28bc2b85e |
UHC | ?½???¸^ | 001111111010100011110110001111110011111100111111101000101010110001011110 | 3fa8f63f3f3fa2ac5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)