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 | ??? | 001111110011111100111111 | 3f3f3f |
SJIS-WIN | ??石 | 00111111001111111001000011001110 | 3f3f90ce |
EUC-JP | ??石 | 00111111001111111100000011010000 | 3f3fc0d0 |
UTF-8 | 섣셕石 | 111011001000010010100011111011001000010110010101111001111001111110110011 | ec84a3ec8595e79fb3 |
UHC | 섣셕石 | 101111001011001010111100110001101110000010110100 | bcb2bcc6e0b4 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)