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 | 11100010011100100101011001101000111000100111001001010110 | e2725668e27256 |
EUC-JP | 穩Vh穩V | 11100011110100110101011001101000111000111101001101010110 | e3d35668e3d356 |
UTF-8 | 穩Vh穩V | 111001111010100110101001010101100110100011100111101010011010100101010110 | e7a9a95668e7a9a956 |
UHC | 穩Vh穩V | 11101000101100010101011001101000111010001011000101010110 | e8b15668e8b156 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)