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 | ?????? | 001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f |
SJIS-WIN | ??訂?寃? | 0011111100111111100100101111100100111111100110111000001100111111 | 3f3f92f93f9b833f |
EUC-JP | ??訂?寃? | 0011111100111111110001001111101100111111110101011110001100111111 | 3f3fc4fb3fd5e33f |
UTF-8 | 亐렕訂렦寃낍 | 111001001011101010010000111010111010000010010101111010001010100010000010111010111010000010100110111001011010111110000011111010111000001010001101 | e4ba90eba095e8a882eba0a6e5af83eb828d |
UHC | 亐렕訂렦寃낍 | 111010101010011110001110101010101110111111110100100011101011010111101010101100101011001110100111 | eaa78eaaeff48eb5eab2b3a7 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)