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 | 浯ク蝓キ淏 | 1111101011111100101110001110010110011111101101111111101101000010 | fafcb8e59fb7fb42 |
EUC-JP | 浯ク蝓キ淏 | 100011111100011111000011100011101011100011101010101000011000111010110111100011111100011111011001 | 8fc7c38eb8eaa18eb78fc7d9 |
UTF-8 | 浯ク蝓キ淏 | 111001101011010110101111111011111011110110111000111010001001110110010011111011111011110110110111111001101011011110001111 | e6b5afefbdb8e89d93efbdb7e6b78f |
UHC | ????淏 | 001111110011111100111111001111111111101111001000 | 3f3f3f3ffbc8 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)