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 | ?F???? | 001111110100011000111111001111110011111100111111 | 3f463f3f3f3f |
SJIS-WIN | ?F???? | 001111110100011000111111001111110011111100111111 | 3f463f3f3f3f |
EUC-JP | ?F???? | 001111110100011000111111001111110011111100111111 | 3f463f3f3f3f |
UTF-8 | 청F횧첬챨째 | 11101100101100101010110101000110111011011001101010100111111011001011001010101100111011001011000110101000111011001010011110111000 | ecb2ad46ed9aa7ecb2acecb1a8eca7b8 |
UHC | 청F횧첬챨째 | 1100001110111011010001101100001110011110110000111011101011000011101100001100001010110000 | c3bb46c39ec3bac3b0c2b0 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)