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 | 邀??鍮? | 11100111101100010011111100111111111010000100101000111111 | e7b13f3fe84a3f |
EUC-JP | 邀??鍮? | 11101110101100110011111100111111111011111010101100111111 | eeb33f3fefab3f |
UTF-8 | 邀뤴뫗鍮멊 | 111010011000001010000000111010111010010010110100111010111010101110010111111010011000110110101110111010111010100110001010 | e98280eba4b4ebab97e98daeeba98a |
UHC | 邀뤴뫗鍮멊 | 11101001101011011000111111100010100100011011100111101011101110011001000101000010 | e9ad8fe291b9ebb99142 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)