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 | ?毛盂 | 0011111110010110110100011110000110110001 | 3f96d1e1b1 |
EUC-JP | ?毛盂 | 0011111111001100110100111110001010110011 | 3fccd3e2b3 |
UTF-8 | 뤲毛盂 | 111010111010010010110010111001101010111110011011111001111001101110000010 | eba4b2e6af9be79b82 |
UHC | 뤲毛盂 | 100011111110000011011001101111101110100111011101 | 8fe0d9bee9dd |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)