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 | 11101100111101101010001001010110 | ecf6a256 |
SJIS-WIN | ??¢V | 0011111100111111100000011001000101010110 | 3f3f819156 |
EUC-JP | ìö¢V | 100011111010101111000000100011111010101111010011101000011111000101010110 | 8fabc08fabd3a1f156 |
UTF-8 | ìö¢V | 11000011101011001100001110110110110000101010001001010110 | c3acc3b6c2a256 |
UHC | ???V | 00111111001111110011111101010110 | 3f3f3f56 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)