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 | 驥作 | 11101001100001111000110111101100 | e9878dec |
EUC-JP | 驥作 | 11110001111001111011101011101110 | f1e7baee |
UTF-8 | 驥作 | 111010011010100110100101111001001011110110011100 | e9a9a5e4bd9c |
UHC | 驥作 | 11010001110010101110110111000010 | d1caedc2 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)