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 | 往雁 | 10001001100111011000101011100101 | 899d8ae5 |
EUC-JP | 往雁 | 10110001111111011011010011100111 | b1fdb4e7 |
UTF-8 | 往雁 | 111001011011111010000000111010011001101110000001 | e5be80e99b81 |
UHC | 往雁 | 11101000110110011110010011010010 | e8d9e4d2 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)