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 | ????? | 0011111100111111001111110011111100111111 | 3f3f3f3f3f |
SJIS-WIN | 顆キ螟企ィ | 1110100011110111101101111110010110100100100010101110100110101000 | e8f7b7e5a48ae9a8 |
EUC-JP | 顆キ螟企ィ | 11110000111110011000111010110111111010101010011010110100111010111000111010101000 | f0f98eb7eaa6b4eb8ea8 |
UTF-8 | 顆キ螟企ィ | 111010011010000110000110111011111011110110110111111010001001111010011111111001001011110010000001111011111011110110101000 | e9a186efbdb7e89e9fe4bc81efbda8 |
UHC | 顆?螟企? | 1100111010101000001111111101100110101101110100001110101000111111 | cea83fd9add0ea3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)