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 | ì²ë©²^ | 11101100100001001011001011101011101010011011001001011110 | ec84b2eba9b25e |
SJIS-WIN | ??????^ | 00111111001111110011111100111111001111110011111101011110 | 3f3f3f3f3f3f5e |
EUC-JP | ì??ë©?^ | 10001111101010111100000000111111001111111000111110101011101100111000111110100010111011010011111101011110 | 8fabc03f3f8fabb38fa2ed3f5e |
UTF-8 | ì²ë©²^ | 11000011101011001100001010000100110000101011001011000011101010111100001010101001110000101011001001011110 | c3acc284c2b2c3abc2a9c2b25e |
UHC | ??²??²^ | 001111110011111110101001111101110011111100111111101010011111011101011110 | 3f3fa9f73f3fa9f75e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)