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 | 譴貼 | 11100110101000101001001101011100 | e6a2935c |
EUC-JP | 譴貼 | 11101100101001001100010110111101 | eca4c5bd |
UTF-8 | 譴貼 | 111010001010110110110100111010001011001010111100 | e8adb4e8b2bc |
UHC | 譴貼 | 11001100101110011111010011100100 | ccb9f4e4 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)