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 | 萸雕 | 11100100110011101110100010111000 | e4cee8b8 |
EUC-JP | 萸雕 | 11101000110100001111000010111010 | e8d0f0ba |
UTF-8 | 萸雕 | 111010001001000010111000111010011001101110010101 | e890b8e99b95 |
UHC | 萸雕 | 11101011101011011111000011100111 | ebadf0e7 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)