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 | ????^ | 0011111100111111001111110011111101011110 | 3f3f3f3f5e |
SJIS-WIN | 倖?倖?^ | 10001100111101000011111110001100111101000011111101011110 | 8cf43f8cf43f5e |
EUC-JP | 倖?倖?^ | 10111000111101100011111110111000111101100011111101011110 | b8f63fb8f63f5e |
UTF-8 | 倖묑倖묑^ | 11100101100000001001011011101011101011001001000111100101100000001001011011101011101011001001000101011110 | e58096ebac91e58096ebac915e |
UHC | 倖묑倖묑^ | 111110101011100010111001101001011111101010111000101110011010010101011110 | fab8b9a5fab8b9a55e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)