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 | 韜ァ荳ゴ涇 | 111010001110100110100111111001001011100010000011010100111111101011111011 | e8e9a7e4b88353fafb |
EUC-JP | 韜ァ荳ゴ涇 | 1111000011101011100011101010011111101000101110101010010110110100100011111100011111000111 | f0eb8ea7e8baa5b48fc7c7 |
UTF-8 | 韜ァ荳ゴ涇 | 111010011001111110011100111011111011110110100111111010001000110110110011111000111000001010110100111001101011011010000111 | e99f9cefbda7e88db3e382b4e6b687 |
UHC | 韜?荳ゴ涇 | 110101001011011100111111110101001110010110101011101101001100110011011100 | d4b73fd4e5abb4ccdc |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)