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 | ?????vB | 00111111001111110011111100111111001111110111011001000010 | 3f3f3f3f3f7642 |
SJIS-WIN | 、ス示vB | 11110000101101001010010011110001100011101011110110001110101001100111011001000010 | f0b4a4f18ebd8ea67642 |
EUC-JP | ?、?ス示vB | 00111111100011101010010000111111100011101011110110111100101010000111011001000010 | 3f8ea43f8ebdbca87642 |
UTF-8 | 、ス示vB | 1110111010000001101100111110111110111101101001001110111010000100100010011110111110111101101111011110011110100100101110100111011001000010 | ee81b3efbda4ee8489efbdbde7a4ba7642 |
UHC | ????示vB | 0011111100111111001111110011111111100011110001100111011001000010 | 3f3f3f3fe3c67642 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)