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 | ??? | 001111110011111100111111 | 3f3f3f |
SJIS-WIN | 驥隷エ | 1110100110000111100101111110101010110100 | e98797eab4 |
EUC-JP | 驥隷エ | 111100011110011111001110111011001000111010110100 | f1e7ceec8eb4 |
UTF-8 | 驥隷エ | 111010011010100110100101111010011001101010110111111011111011110110110100 | e9a9a5e99ab7efbdb4 |
UHC | 驥隷? | 1101000111001010110101101100101100111111 | d1cad6cb3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)