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 | 芹也 | 10001011110110101001011011100111 | 8bda96e7 |
EUC-JP | 芹也 | 10110110110111001100110011101001 | b6dccce9 |
UTF-8 | 芹也 | 111010001000101010111001111001001011100110011111 | e88ab9e4b99f |
UHC | 芹也 | 11010000110010101110010110100101 | d0cae5a5 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)