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 | 裴搖 | 11100101111010001001110110001010 | e5e89d8a |
EUC-JP | 裴搖 | 11101010111010101101100111101010 | eaead9ea |
UTF-8 | 裴搖 | 111010001010001110110100111001101001000010010110 | e8a3b4e69096 |
UHC | 裴搖 | 11011011110100001110100011110100 | dbd0e8f4 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)