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횉횂 | 11101100101100011011010111101100101010001000110111101101100110001010011011101100101001111011000111101100101100101010110101010110111011011001101010001001111011011001101010000010 | ecb1b5eca88ded98a6eca7b1ecb2ad56ed9a89ed9a82 |
UHC | 챵쨍혦짱청V횉횂 | 110000111011001011000010101110001100001010001110110000101010111111000011101110110101011011000011100001111100001110000010 | c3b2c2b8c28ec2afc3bb56c387c382 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)