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 | ?????] | 001111110011111100111111001111110011111101011101 | 3f3f3f3f3f5d |
SJIS-WIN | ?????] | 001111110011111100111111001111110011111101011101 | 3f3f3f3f3f5d |
EUC-JP | ?????] | 001111110011111100111111001111110011111101011101 | 3f3f3f3f3f5d |
UTF-8 | 챤째혧횆첵] | 11101100101100011010010011101100101001111011100011101101100110001010011111101101100110101000011011101100101100101011010101011101 | ecb1a4eca7b8ed98a7ed9a86ecb2b55d |
UHC | 챤째혧횆첵] | 1100001110101110110000101011000011000010100011111100001110000100110000111011110101011101 | c3aec2b0c28fc384c3bd5d |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)