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???L?? | 0011111101000111001111110011111100111111010011000011111100111111 | 3f473f3f3f4c3f3f |
SJIS-WIN | ?G???L?? | 0011111101000111001111110011111100111111010011000011111100111111 | 3f473f3f3f4c3f3f |
EUC-JP | ?G???L?? | 0011111101000111001111110011111100111111010011000011111100111111 | 3f473f3f3f4c3f3f |
UTF-8 | 청G혦짢청L혦쨩 | 1110110010110010101011010100011111101101100110001010011011101100101001111010001011101100101100101010110101001100111011011001100010100110111011001010100010101001 | ecb2ad47ed98a6eca7a2ecb2ad4ced98a6eca8a9 |
UHC | 청G혦짢청L혦쨩 | 1100001110111011010001111100001010001110110000101010100011000011101110110100110011000010100011101100001010111011 | c3bb47c28ec2a8c3bb4cc28ec2bb |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)