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 | ?W???Z?? | 0011111101010111001111110011111100111111010110100011111100111111 | 3f573f3f3f5a3f3f |
SJIS-WIN | ?W???Z?? | 0011111101010111001111110011111100111111010110100011111100111111 | 3f573f3f3f5a3f3f |
EUC-JP | ?W???Z?? | 0011111101010111001111110011111100111111010110100011111100111111 | 3f573f3f3f5a3f3f |
UTF-8 | 청W혦쨈청Z혦징 | 1110110010110010101011010101011111101101100110001010011011101100101010001000100011101100101100101010110101011010111011011001100010100110111011001010011110010101 | ecb2ad57ed98a6eca888ecb2ad5aed98a6eca795 |
UHC | 청W혦쨈청Z혦징 | 1100001110111011010101111100001010001110110000101011010011000011101110110101101011000010100011101100001010100001 | c3bb57c28ec2b4c3bb5ac28ec2a1 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)