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 | 揚? | 100101110110011100111111 | 97673f |
EUC-JP | 揚? | 110011011100100000111111 | cdc83f |
UTF-8 | 揚蟬 | 111001101000111110011010111010001001111110101100 | e68f9ae89fac |
UHC | 揚蟬 | 11100101110000001110000011010001 | e5c0e0d1 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)