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 | 延? | 100010011000010000111111 | 89843f |
EUC-JP | 延轝 | 1011000111100100100011111110000110101010 | b1e48fe1aa |
UTF-8 | 延轝 | 111001011011101110110110111010001011110110011101 | e5bbb6e8bd9d |
UHC | 延轝 | 11100110110001011110011010101100 | e6c5e6ac |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)