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횉횧 | 11101100101100011001010111101100101100001011110011101101100110001010011011101100101001111011110011101100101100101010110101010110111011011001101010001001111011011001101010100111 | ecb195ecb0bced98a6eca7bcecb2ad56ed9a89ed9aa7 |
UHC | 챕찼혦짼청V횉횧 | 110000111010100111000011101000011100001010001110110000101011001011000011101110110101011011000011100001111100001110011110 | c3a9c3a1c28ec2b2c3bb56c387c39e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)