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 | ?戌?戌^ | 00111111100111001111101000111111100111001111101001011110 | 3f9cfa3f9cfa5e |
EUC-JP | 搔戌搔戌^ | 1000111111000000110010111101100011111100100011111100000011001011110110001111110001011110 | 8fc0cbd8fc8fc0cbd8fc5e |
UTF-8 | 搔戌搔戌^ | 11100110100100001001010011100110100010001000110011100110100100001001010011100110100010001000110001011110 | e69094e6888ce69094e6888c5e |
UHC | 搔戌搔戌^ | 111000011011100011100010111110011110000110111000111000101111100101011110 | e1b8e2f9e1b8e2f95e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)