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 | ??????? | 00111111001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f3f |
SJIS-WIN | ?????屯? | 0011111100111111001111110011111100111111100100111101010000111111 | 3f3f3f3f3f93d43f |
EUC-JP | ?????屯? | 0011111100111111001111110011111100111111110001101101011000111111 | 3f3f3f3f3fc6d63f |
UTF-8 | 亐렕易쇤렧屯㉢ | 111001001011101010010000111010111010000010010101111011111010011110100000111011001000011110100100111010111010000010100111111001011011000110101111111000111000100110100010 | e4ba90eba095efa7a0ec87a4eba0a7e5b1afe389a2 |
UHC | 亐렕易쇤렧屯㉢ | 1110101010100111100011101010101011101100101011111011110011101001100011101011011011010100111010101010100010110011 | eaa78eaaecafbce98eb6d4eaa8b3 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)