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 | ????h? | 001111110011111100111111001111110110100000111111 | 3f3f3f3f683f |
SJIS-WIN | ????h? | 001111110011111100111111001111110110100000111111 | 3f3f3f3f683f |
EUC-JP | ????h? | 001111110011111100111111001111110110100000111111 | 3f3f3f3f683f |
UTF-8 | 청횚혦짖h청 | 11101100101100101010110111101101100110101001101011101101100110001010011011101100101001111001011001101000111011001011001010101101 | ecb2aded9a9aed98a6eca79668ecb2ad |
UHC | 청횚혦짖h청 | 1100001110111011110000111001010011000010100011101100001010100010011010001100001110111011 | c3bbc394c28ec2a268c3bb |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)