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 | ?G???W?? | 0011111101000111001111110011111100111111010101110011111100111111 | 3f473f3f3f573f3f |
SJIS-WIN | ?G???W?? | 0011111101000111001111110011111100111111010101110011111100111111 | 3f473f3f3f573f3f |
EUC-JP | ?G???W?? | 0011111101000111001111110011111100111111010101110011111100111111 | 3f473f3f3f573f3f |
UTF-8 | 청G혦쩐청W혦짖 | 1110110010110010101011010100011111101101100110001010011011101100101010011001000011101100101100101010110101010111111011011001100010100110111011001010011110010110 | ecb2ad47ed98a6eca990ecb2ad57ed98a6eca796 |
UHC | 청G혦쩐청W혦짖 | 1100001110111011010001111100001010001110110000101011111011000011101110110101011111000010100011101100001010100010 | c3bb47c28ec2bec3bb57c28ec2a2 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)