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 | 櫂? | 100111110100010000111111 | 9f443f |
EUC-JP | 櫂? | 110111011010010100111111 | dda53f |
UTF-8 | 櫂일 | 111001101010101110000010111011001001110110111100 | e6ab82ec9dbc |
UHC | 櫂일 | 11010100101000101100000011001111 | d4a2c0cf |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)