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 | ????B | 0011111100111111001111110011111101000010 | 3f3f3f3f42 |
SJIS-WIN | 他奪誰臓B | 100100011011110010010010010001001001001001001110100100011001111101000010 | 91bc9244924e919f42 |
EUC-JP | 他奪誰臓B | 110000101011111011000011101001011100001110101111110000101010000101000010 | c2bec3a5c3afc2a142 |
UTF-8 | 他奪誰臓B | 11100100101110111001011011100101101001011010101011101000101010101011000011101000100001111001001101000010 | e4bb96e5a5aae8aab0e8879342 |
UHC | 他奪誰?B | 1111011011100010111101111010110011100010110000010011111101000010 | f6e2f7ace2c13f42 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)