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 | 魏イ遑 | 1110100110110000101100101110011110100001 | e9b0b2e7a1 |
EUC-JP | 魏イ遑 | 111100101011001010001110101100101110111010100011 | f2b28eb2eea3 |
UTF-8 | 魏イ遑 | 111010011010110110001111111011111011110110110010111010011000000110010001 | e9ad8fefbdb2e98191 |
UHC | 魏?遑 | 1110101011100000001111111111110011011010 | eae03ffcda |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)