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 | 性? | 100100001010101100111111 | 90ab3f |
EUC-JP | 性奭 | 1100000010101101100011111011100011111110 | c0ad8fb8fe |
UTF-8 | 性奭 | 111001101000000010100111111001011010010110101101 | e680a7e5a5ad |
UHC | 性奭 | 11100000111101011110000010101011 | e0f5e0ab |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)