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 | 拜預 | 10011101011000001001011101100001 | 9d609761 |
EUC-JP | 拜預 | 11011001110000011100110111000010 | d9c1cdc2 |
UTF-8 | 拜預 | 111001101000101110011100111010011010000010010000 | e68b9ce9a090 |
UHC | 拜預 | 11011011110010001110011111101000 | dbc8e7e8 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)