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 | ??~??? | 001111110011111101111110001111110011111100111111 | 3f3f7e3f3f3f |
SJIS-WIN | ??~??? | 001111110011111101111110001111110011111100111111 | 3f3f7e3f3f3f |
EUC-JP | ??~??? | 001111110011111101111110001111110011111100111111 | 3f3f7e3f3f3f |
UTF-8 | 횄짝~횄짚횄 | 11101101100110101000010011101100101001111001110101111110111011011001101010000100111011001010011110011010111011011001101010000100 | ed9a84eca79d7eed9a84eca79aed9a84 |
UHC | 횄짝~횄짚횄 | 1100001110000011110000101010011001111110110000111000001111000010101001001100001110000011 | c383c2a67ec383c2a4c383 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)