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 | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
SJIS-WIN | 邀??? | 1110011110110001001111110011111100111111 | e7b13f3f3f |
EUC-JP | 邀??堉 | 11101110101100110011111100111111100011111011011111111101 | eeb33f3f8fb7fd |
UTF-8 | 邀뤴뫀堉 | 111010011000001010000000111010111010010010110100111010111010101110000000111001011010000010001001 | e98280eba4b4ebab80e5a089 |
UHC | 邀뤴뫀堉 | 1110100110101101100011111110001010010001101001001110101110111100 | e9ad8fe291a4ebbc |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)