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 | ?????L?? | 0011111100111111001111110011111100111111010011000011111100111111 | 3f3f3f3f3f4c3f3f |
SJIS-WIN | ?????L?? | 0011111100111111001111110011111100111111010011000011111100111111 | 3f3f3f3f3f4c3f3f |
EUC-JP | ?????L?? | 0011111100111111001111110011111100111111010011000011111100111111 | 3f3f3f3f3f4c3f3f |
UTF-8 | 챨체혦째청L혦쨩 | 11101100101100011010100011101100101100101011010011101101100110001010011011101100101001111011100011101100101100101010110101001100111011011001100010100110111011001010100010101001 | ecb1a8ecb2b4ed98a6eca7b8ecb2ad4ced98a6eca8a9 |
UHC | 챨체혦째청L혦쨩 | 110000111011000011000011101111001100001010001110110000101011000011000011101110110100110011000010100011101100001010111011 | c3b0c3bcc28ec2b0c3bb4cc28ec2bb |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)