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 | ?????^ | 001111110011111100111111001111110011111101011110 | 3f3f3f3f3f5e |
SJIS-WIN | 迯サ闥溽査^ | 11100111100011011011101111101000100100101001111111100111100011011011100001011110 | e78dbbe8929fe78db85e |
EUC-JP | 迯サ闥溽査^ | 1110110111101101100011101011101111101111111100101101111011101001101110101011101001011110 | eded8ebbeff2dee9baba5e |
UTF-8 | 迯サ闥溽査^ | 11101000101111111010111111101111101111011011101111101001100101111010010111100110101110101011110111100110100111111011101101011110 | e8bfafefbdbbe997a5e6babde69fbb5e |
UHC | ????査^ | 00111111001111110011111100111111110111101101101101011110 | 3f3f3f3fdedb5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)