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 | 00111111001111110101011001101000001111110011111101010110 | 3f3f56683f3f56 |
SJIS-WIN | 閠ィVh閠ィV | 111010001000000010101000010101100110100011101000100000001010100001010110 | e880a85668e880a856 |
EUC-JP | 閠ィVh閠ィV | 1110111111100000100011101010100001010110011010001110111111100000100011101010100001010110 | efe08ea85668efe08ea856 |
UTF-8 | 閠ィVh閠ィV | 111010011001011010100000111011111011110110101000010101100110100011101001100101101010000011101111101111011010100001010110 | e996a0efbda85668e996a0efbda856 |
UHC | ??Vh??V | 00111111001111110101011001101000001111110011111101010110 | 3f3f56683f3f56 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)