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 | 魏貘埃 | 111010011011000011100110110000001001101010111010 | e9b0e6c09aba |
EUC-JP | 魏貘埃 | 111100101011001011101100110000101101010010111100 | f2b2ecc2d4bc |
UTF-8 | 魏貘埃 | 111010011010110110001111111010001011001010011000111001011001111110000011 | e9ad8fe8b298e59f83 |
UHC | 魏?埃 | 1110101011100000001111111110010011101111 | eae03fe4ef |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)