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 | 邀???? | 111001111011000100111111001111110011111100111111 | e7b13f3f3f3f |
EUC-JP | 邀??沅? | 1110111010110011001111110011111110001111110001101110100100111111 | eeb33f3f8fc6e93f |
UTF-8 | 邀뤴뫀沅밾 | 111010011000001010000000111010111010010010110100111010111010101110000000111001101011001010000101111010111011000010111110 | e98280eba4b4ebab80e6b285ebb0be |
UHC | 邀뤴뫀沅밾 | 11101001101011011000111111100010100100011010010011101010101101101001001101101000 | e9ad8fe291a4eab69368 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)