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 | æß½ç½^ | 11100110110111111011110111100111100000011011110101011110 | e6dfbde781bd5e |
SJIS-WIN | ??????^ | 00111111001111110011111100111111001111110011111101011110 | 3f3f3f3f3f3f5e |
EUC-JP | æß?ç??^ | 10001111101010011100000110001111101010011100111000111111100011111010101110101110001111110011111101011110 | 8fa9c18fa9ce3f8fabae3f3f5e |
UTF-8 | æß½ç½^ | 11000011101001101100001110011111110000101011110111000011101001111100001010000001110000101011110101011110 | c3a6c39fc2bdc3a7c281c2bd5e |
UHC | æß½??½^ | 1010100110100001101010011010110010101000111101100011111100111111101010001111011001011110 | a9a1a9aca8f63f3fa8f65e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)