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?????? | 0011111101000110001111110011111100111111001111110011111100111111 | 3f463f3f3f3f3f3f |
SJIS-WIN | ?F?????? | 0011111101000110001111110011111100111111001111110011111100111111 | 3f463f3f3f3f3f3f |
EUC-JP | ?F?????? | 0011111101000110001111110011111100111111001111110011111100111111 | 3f463f3f3f3f3f3f |
UTF-8 | 체F횧첬짧짚혦쨩 | 11101100101100101011010001000110111011011001101010100111111011001011001010101100111011001010011110100111111011001010011110011010111011011001100010100110111011001010100010101001 | ecb2b446ed9aa7ecb2aceca7a7eca79aed98a6eca8a9 |
UHC | 체F횧첬짧짚혦쨩 | 110000111011110001000110110000111001111011000011101110101100001010101010110000101010010011000010100011101100001010111011 | c3bc46c39ec3bac2aac2a4c28ec2bb |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)