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??W | 0011111101010110001111110011111101010111 | 3f563f3f57 |
SJIS-WIN | ?V??W | 0011111101010110001111110011111101010111 | 3f563f3f57 |
EUC-JP | ?V??W | 0011111101010110001111110011111101010111 | 3f563f3f57 |
UTF-8 | 청V혦쩐W | 1110110010110010101011010101011011101101100110001010011011101100101010011001000001010111 | ecb2ad56ed98a6eca99057 |
UHC | 청V혦쩐W | 1100001110111011010101101100001010001110110000101011111001010111 | c3bb56c28ec2be57 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)