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 | äWêN[äWêN[^ | 1110010001010111111010100100111001011011111001000101011111101010010011100101101101011110 | e457ea4e5be457ea4e5b5e |
SJIS-WIN | ?W?N[?W?N[^ | 0011111101010111001111110100111001011011001111110101011100111111010011100101101101011110 | 3f573f4e5b3f573f4e5b5e |
EUC-JP | äWêN[äWêN[^ | 10001111101010111010001101010111100011111010101110110100010011100101101110001111101010111010001101010111100011111010101110110100010011100101101101011110 | 8faba3578fabb44e5b8faba3578fabb44e5b5e |
UTF-8 | äWêN[äWêN[^ | 110000111010010001010111110000111010101001001110010110111100001110100100010101111100001110101010010011100101101101011110 | c3a457c3aa4e5bc3a457c3aa4e5b5e |
UHC | ?W?N[?W?N[^ | 0011111101010111001111110100111001011011001111110101011100111111010011100101101101011110 | 3f573f4e5b3f573f4e5b5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)