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 | ??????^ | 00111111001111110011111100111111001111110011111101011110 | 3f3f3f3f3f3f5e |
SJIS-WIN | 源??徇?》^ | 10001100101110010011111100111111100111000110110100111111100000010111010001011110 | 8cb93f3f9c6d3f81745e |
EUC-JP | 源??徇?》^ | 10111000101110110011111100111111110101111100111000111111101000011101010101011110 | b8bb3f3fd7ce3fa1d55e |
UTF-8 | 源좊ㅃ徇묋》^ | 11100110101110101001000011101100101000101000101011100011100001011000001111100101101111101000011111101011101011001000101111100011100000001000101101011110 | e6ba90eca28ae38583e5be87ebac8be3808b5e |
UHC | 源좊ㅃ徇묋》^ | 11101010101110011010000011101011101001001011001111100010110111111001000111101000101000011011011101011110 | eab9a0eba4b3e2df91e8a1b75e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)