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 | ????? | 0011111100111111001111110011111100111111 | 3f3f3f3f3f |
SJIS-WIN | コ靍ゥ昇 | 1111000111111011101110101111101111110000101010011000111110111000 | f1fbbafbf0a98fb8 |
EUC-JP | ?コ?ゥ昇 | 0011111110001110101110100011111110001110101010011011111010111010 | 3f8eba3f8ea9beba |
UTF-8 | コ靍ゥ昇 | 111011101000010110110110111011111011110110111010111010011001110110001101111011111011110110101001111001101001100010000111 | ee85b6efbdbae99d8defbda9e69887 |
UHC | ????昇 | 001111110011111100111111001111111110001110110000 | 3f3f3f3fe3b0 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)