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 | 毓?飮 | 1001111101111001001111111001111101011010 | 9f793f9f5a |
EUC-JP | 毓?飮 | 1101110111011010001111111101110110111011 | ddda3fddbb |
UTF-8 | 毓멇飮 | 111001101010111110010011111010111010100110000111111010011010001110101110 | e6af93eba987e9a3ae |
UHC | 毓멇飮 | 111010111011111010010001010000011110101111100110 | ebbe9141ebe6 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)