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 | 揄? | 100111011000100100111111 | 9d893f |
EUC-JP | 揄? | 110110011110100100111111 | d9e93f |
UTF-8 | 揄쁬 | 111001101000111110000100111011001000000110101100 | e68f84ec81ac |
UHC | 揄쁬 | 11101010111100011001100001101101 | eaf1986d |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)