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 | 愛姓 | 10001000101001001001000010101001 | 88a490a9 |
EUC-JP | 愛姓 | 10110000101001101100000010101011 | b0a6c0ab |
UTF-8 | 愛姓 | 111001101000010010011011111001011010011110010011 | e6849be5a793 |
UHC | 愛姓 | 11100100111100011110000011110011 | e4f1e0f3 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)