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 | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
SJIS-WIN | ?手?? | 0011111110001110111010000011111100111111 | 3f8ee83f3f |
EUC-JP | ?手脘? | 00111111101111001110101010001111110101101010110000111111 | 3fbcea8fd6ac3f |
UTF-8 | 샠手脘뙶 | 111011001000001110100000111001101000100110001011111010001000010010011000111010111001100110110110 | ec83a0e6898be88498eb99b6 |
UHC | 샠手脘뙶 | 1001100011001000111000101010001011101000110100101000110010111001 | 98c8e2a2e8d28cb9 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)