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 | ?Vh?V | 0011111101010110011010000011111101010110 | 3f56683f56 |
SJIS-WIN | ?Vh?V | 0011111101010110011010000011111101010110 | 3f56683f56 |
EUC-JP | ?Vh?V | 0011111101010110011010000011111101010110 | 3f56683f56 |
UTF-8 | 짤Vh짤V | 111011001010011110100100010101100110100011101100101001111010010001010110 | eca7a45668eca7a456 |
UHC | 짤Vh짤V | 11000010101010010101011001101000110000101010100101010110 | c2a95668c2a956 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)