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 | 讖溢ィ | 1110011010101001100010001110110010101000 | e6a988eca8 |
EUC-JP | 讖溢ィ | 111011001010101110110000111011101000111010101000 | ecabb0ee8ea8 |
UTF-8 | 讖溢ィ | 111010001010111010010110111001101011101010100010111011111011110110101000 | e8ae96e6baa2efbda8 |
UHC | 讖溢? | 1111001111011001111011001110111000111111 | f3d9ecee3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)