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 | ?????V?? | 0011111100111111001111110011111100111111010101100011111100111111 | 3f3f3f3f3f563f3f |
SJIS-WIN | ?????V?? | 0011111100111111001111110011111100111111010101100011111100111111 | 3f3f3f3f3f563f3f |
EUC-JP | ?????V?? | 0011111100111111001111110011111100111111010101100011111100111111 | 3f3f3f3f3f563f3f |
UTF-8 | 챔처혦쨘청V혦쩐 | 11101100101100011001010011101100101100101001100011101101100110001010011011101100101010001001100011101100101100101010110101010110111011011001100010100110111011001010100110010000 | ecb194ecb298ed98a6eca898ecb2ad56ed98a6eca990 |
UHC | 챔처혦쨘청V혦쩐 | 110000111010100011000011101100111100001010001110110000101011101011000011101110110101011011000010100011101100001010111110 | c3a8c3b3c28ec2bac3bb56c28ec2be |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)