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 | 游??游?工^ | 10011111111000000011111100111111100111111110000000111111100011010100100001011110 | 9fe03f3f9fe03f8d485e |
EUC-JP | 游??游?工^ | 11011110111000100011111100111111110111101110001000111111101110011010100101011110 | dee23f3fdee23fb9a95e |
UTF-8 | 游쭹뱌游쮜工^ | 11100110101110001011100011101100101011011011100111101011101100011000110011100110101110001011100011101100101011101001110011100101101101111010010101011110 | e6b8b8ecadb9ebb18ce6b8b8ecae9ce5b7a55e |
UHC | 游쭹뱌游쮜工^ | 11101010111111011100001011100111101110011111001011101010111111011100001011101000110011011110111101011110 | eafdc2e7b9f2eafdc2e8cdef5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)