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 | ?? | 0011111100111111 | 3f3f |
SJIS-WIN | ?剩 | 001111111001100110010100 | 3f9994 |
EUC-JP | ?剩 | 001111111101000111110100 | 3fd1f4 |
UTF-8 | 뤳剩 | 111010111010010010110011111001011000100110101001 | eba4b3e589a9 |
UHC | 뤳剩 | 10001111111000011110110110100101 | 8fe1eda5 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)