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 | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
SJIS-WIN | 毓?懿? | 100111110111100100111111100111001111001000111111 | 9f793f9cf23f |
EUC-JP | 毓?懿? | 110111011101101000111111110110001111010000111111 | ddda3fd8f43f |
UTF-8 | 毓쿣懿륛 | 111001101010111110010011111011001011111110100011111001101000011110111111111010111010010110011011 | e6af93ecbfa3e687bfeba59b |
UHC | 毓쿣懿륛 | 1110101110111110101100110101011011101011111100111001000001000010 | ebbeb356ebf39042 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)